guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

214/242: gnu: python-sphinx: Update to 4.5.0.


From: guix-commits
Subject: 214/242: gnu: python-sphinx: Update to 4.5.0.
Date: Wed, 11 May 2022 18:03:29 -0400 (EDT)

apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit 71bca9ff088af38901f53ad6d0bb7eefe96e2ef2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 21 16:10:00 2022 -0400

    gnu: python-sphinx: Update to 4.5.0.
    
    * gnu/packages/sphinx.scm (python-sphinx): Update to 4.5.0.
    [phases]{check}: Set HOME to /tmp.
    [propagated-inputs]: Add python-importlib-metadata.
    [native-inputs]: Add python-cython.
---
 gnu/packages/sphinx.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index cb1897041b..ac8aa39420 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -60,14 +60,14 @@
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "4.2.0")
+    (version "4.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "19jq21py7m061v8142y2dbqrbv0adqcdjmharrdy34a432wqs1wl"))))
+         "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -80,12 +80,14 @@
                (substitute* "tests/test_build_latex.py"
                  (("@pytest.mark.sphinx\\('latex', testroot='images'\\)")
                   "@pytest.mark.skip()"))
+               (setenv "HOME" "/tmp")   ;for test_cython
                (invoke "make" "test")))))))
     (propagated-inputs
      (list python-babel
            python-docutils
            python-jinja2
            python-imagesize
+           python-importlib-metadata
            python-packaging
            python-pygments
            python-requests
@@ -134,6 +136,7 @@
            texlive-xcolor))
     (native-inputs
      (list imagemagick                  ;for "convert"
+           python-cython
            python-html5lib
            python-pytest))
     (home-page "https://www.sphinx-doc.org";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]