GNU bug report logs - #25834
Update scientific Python packages

Previous Next

Package: guix-patches;

Reported by: Thomas Danckaert <post <at> thomasdanckaert.be>

Date: Wed, 22 Feb 2017 10:31:01 UTC

Severity: normal

Tags: patch

Merged with 25705

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 25834 <at> debbugs.gnu.org (full text, mbox):

From: Thomas Danckaert <thomas.danckaert <at> gmail.com>
To: 25834 <at> debbugs.gnu.org
Cc: Thomas Danckaert <post <at> thomasdanckaert.be>
Subject: [PATCH 3/7] gnu: python-sphinx: Update to 1.5.2.
Date: Wed, 22 Feb 2017 12:22:49 +0100
From: Thomas Danckaert <post <at> thomasdanckaert.be>

* gnu/packages/python.scm (python-sphinx): Update to 1.5.2.
  [propagated-inputs]: Add python-sphinx-alabaster-theme,
  python-sphinx-rtd-theme, python-babel, python-requests,
  python-snowballstemmer and python-imagesize.
---
 gnu/packages/python.scm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a9afbdfd6..95cea0e89 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2907,21 +2907,26 @@ reStructuredText.")
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "1.2.3")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://pypi.python.org/packages/source/S/Sphinx/Sphinx-"
-             version ".tar.gz"))
+             "https://github.com/sphinx-doc/sphinx/archive/" version ".tar.gz"))
        (sha256
         (base32
-         "011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
+         "1vjp7h60y6v0sdh67s26hmbrh1n7jhb3xdb98rqvilb59fnj9br1"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-jinja2" ,python-jinja2)
+     `(("python-sphinx-alabaster-theme" ,python-sphinx-alabaster-theme)
+       ("python-sphinx-rtd-theme", python-sphinx-rtd-theme)
+       ("python-jinja2" ,python-jinja2)
+       ("python-babel" ,python-babel)
        ("python-docutils" ,python-docutils)
-       ("python-pygments" ,python-pygments)))
+       ("python-pygments" ,python-pygments)
+       ("python-requests" ,python-requests)
+       ("python-snowballstemmer" ,python-snowballstemmer)
+       ("python-imagesize" ,python-imagesize)))
     (home-page "http://sphinx-doc.org/")
     (synopsis "Python documentation generator")
     (description "Sphinx is a tool that makes it easy to create documentation
-- 
2.11.1





This bug report was last modified 8 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.