[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2.
From: |
guix-commits |
Subject: |
215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2. |
Date: |
Thu, 12 May 2022 14:14:42 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit c2a77beb1ab43fb549cb0f8524e8a1efc7924e2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 22 14:29:27 2022 -0400
gnu: python-pydata-sphinx-theme: Update to 0.7.2.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): Update to 0.7.2.
Add TODO comment.
[arguments]: New field.
[native-inputs]: Delete python-jupyter-sphinx, python-numpy,
python-numpydoc,
python-pandas, python-recommonmark and python-xarray. Move python-docutils
and python-sphinx to...
[propagated-inputs]: ... here. Add python-jinja2
---
gnu/packages/sphinx.scm | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ac8aa39420..497b301bc8 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1077,29 +1077,34 @@ Sphinx documentation.")
(define-public python-pydata-sphinx-theme
(package
(name "python-pydata-sphinx-theme")
- (version "0.6.3")
+ ;; TODO: This is not the latest release, but the 0.8.x series introduced a
+ ;; new Sphinx theme build system that complicate things (see:
+ ;; https://github.com/pydata/pydata-sphinx-theme/issues/628 and
+ ;; https://src.fedoraproject.org/rpms/python-pydata-sphinx-theme
+ ;; /blob/rawhide/f/prepare_vendor.sh).
+ (version "0.7.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pydata-sphinx-theme" version))
(sha256
(base32
- "055bh3hyh72pafiylvgpsjlk18wm15gg4azc5rjlsww5z475iq1j"))))
+ "0ph69bnnw9w8vksc7rk45q5yknsrsgk9a19xsbxym46jrmgz67b7"))))
(build-system python-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv")))))))
(propagated-inputs
- (list python-beautifulsoup4))
- (native-inputs
(list python-beautifulsoup4
- python-docutils-0.15
- python-jupyter-sphinx
- python-numpy
- python-numpydoc
- python-pandas
- python-pytest
- python-pytest-regressions
- python-recommonmark
- python-sphinx
- python-xarray))
+ python-docutils
+ python-jinja2
+ python-sphinx))
+ (native-inputs (list python-pytest python-pytest-regressions))
(home-page "https://github.com/pydata/pydata-sphinx-theme")
(synopsis "Bootstrap-based Sphinx theme")
(description
- 44/242: gnu: Add python-pytest-enabler-bootstrap., (continued)
- 44/242: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/05/12
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/12
- 85/242: gnu: Add python-sfdlib., guix-commits, 2022/05/12
- 109/242: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/05/12
- 114/242: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/05/12
- 118/242: gnu: Add python-nbdime., guix-commits, 2022/05/12
- 131/242: gnu: Add texlive-xindy., guix-commits, 2022/05/12
- 129/242: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/05/12
- 178/242: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/05/12
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/12
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2.,
guix-commits <=
- 212/242: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/05/12
- 219/242: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests., guix-commits, 2022/05/12
- 241/242: gnu: Add python-sanic-testing., guix-commits, 2022/05/12
- 204/242: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/12
- 238/242: gnu: python-multidict: Update to 5.2.0., guix-commits, 2022/05/12
- 07/242: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/05/12
- 39/242: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/05/12
- 60/242: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/05/12
- 133/242: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/05/12
- 132/242: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/05/12