[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/233: gnu: python-sphinx: Update to 4.5.0.
From: |
guix-commits |
Subject: |
214/233: gnu: python-sphinx: Update to 4.5.0. |
Date: |
Sun, 24 Apr 2022 23:40:07 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 241bb778d56e732d33328a05316c94710a60be09
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")
- 198/233: gnu: Add python-pydyf., (continued)
- 198/233: gnu: Add python-pydyf., guix-commits, 2022/04/24
- 202/233: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/04/24
- 200/233: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 201/233: gnu: markets: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 205/233: gnu: python-keyring: Fix test suite., guix-commits, 2022/04/24
- 206/233: gnu: Remove python2-keyring., guix-commits, 2022/04/24
- 210/233: snippets: Add a 'remove' snippet., guix-commits, 2022/04/24
- 211/233: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/04/24
- 212/233: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/04/24
- 213/233: gnu: python-numpydoc: Update to 1.2.1., guix-commits, 2022/04/24
- 214/233: gnu: python-sphinx: Update to 4.5.0.,
guix-commits <=
- 217/233: gnu: python-sphinx-click: Update to 4.0.3 and enable tests., guix-commits, 2022/04/24
- 220/233: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/04/24
- 221/233: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/04/24
- 224/233: gnu: python-sphinx-autodoc-typehints: Update to 1.18.1., guix-commits, 2022/04/24
- 222/233: gnu: Add python-beartype., guix-commits, 2022/04/24
- 228/233: gnu: Add python-ipdb., guix-commits, 2022/04/24
- 230/233: pack: Fix match error when packing multiple packages in a deb archive., guix-commits, 2022/04/24
- 231/233: gnu: Add python-mpl-sphinx-theme., guix-commits, 2022/04/24
- 232/233: gnu: Add texlive-underscore., guix-commits, 2022/04/24