unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Sphinx reproducibility update
@ 2016-07-02  1:04 Leo Famulari
  2016-07-02  1:04 ` [PATCH 1/5] gnu: Add python-imagesize Leo Famulari
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Leo Famulari @ 2016-07-02  1:04 UTC (permalink / raw)
  To: guix-devel

Since version 1.4.0, Sphinx has respected the SOURCE_DATE_EPOCH
environment variable for the timestamps it puts in generated
documentation [0].

This patch series updates Sphinx to the latest version, 1.4.4, and
provides all the new dependencies. The final commit in the series
requires the new Sphinx.

Why propagate pytz and snowballstemmer? Otherwise, many packages that
use Sphinx started failing due to pytz or snowballstemmer not being
avaiable. Rather than provide pytz and snowballstemmer to all those
packages, I propagated them from Sphinx itself. I can add pytz and
snowballstemmer to the Sphinx users if desired.

With this change, many Python 2 packages will become reproducible, at
least on a single machine; the only thing holding them back was the
manpage timestamps.

These changes will require 142 rebuilds, mostly of Python packages, but
also of libreoffice (libreoffice seems to depend on *everything*) and a
few others. If the patches are good, should they go to master or to
another branch?

[0]
https://github.com/sphinx-doc/sphinx/commit/dea6a4112729c72246b7bdea139c5100c0fcdb7d

Leo Famulari (5):
  gnu: Add python-imagesize.
  gnu: Add python-alabaster.
  gnu: Add python-snowballstemmer.
  gnu: python-sphinx: Update to 1.4.4.
  gnu: python-sphinx-rtd-theme: Update to 0.1.9.

 gnu/packages/python.scm | 106 ++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 93 insertions(+), 13 deletions(-)

-- 
2.9.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-07-04  2:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-02  1:04 [PATCH 0/5] Sphinx reproducibility update Leo Famulari
2016-07-02  1:04 ` [PATCH 1/5] gnu: Add python-imagesize Leo Famulari
2016-07-03 21:54   ` Ludovic Courtès
2016-07-02  1:04 ` [PATCH 2/5] gnu: Add python-alabaster Leo Famulari
2016-07-03 21:55   ` Ludovic Courtès
2016-07-02  1:04 ` [PATCH 3/5] gnu: Add python-snowballstemmer Leo Famulari
2016-07-02 12:55   ` 宋文武
2016-07-02  1:04 ` [PATCH 4/5] gnu: python-sphinx: Update to 1.4.4 Leo Famulari
2016-07-03 21:57   ` Ludovic Courtès
2016-07-02  1:04 ` [PATCH 5/5] gnu: python-sphinx-rtd-theme: Update to 0.1.9 Leo Famulari
2016-07-03 21:57   ` Ludovic Courtès
2016-07-02 13:07 ` [PATCH 0/5] Sphinx reproducibility update 宋文武
2016-07-03 21:54   ` Ludovic Courtès
2016-07-04  2:25     ` Leo Famulari
2016-07-03 21:52 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).