futurile pushed a commit to branch python-team in repository guix. commit 386f269327e5e403e2787c5fe638dfa2cf86d855 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Mon Mar 10 03:16:18 2025 +0100
gnu: python-sphinx-panels: Update input to python-sphinx-5. * gnu/packages/sphinx.scm (python-sphinx-panels): [arguments]{phases}: Add 'loosen-requirements phase. [propagated-inputs]: Replace python-sphinx-4 by python-sphinx-5. Change-Id: I3d7cad92a2d013417ebc4fef65ff244f4bc8d48f Signed-off-by: Steve George <st...@futurile.net> --- gnu/packages/sphinx.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index c300b258da..fd25cca500 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -611,7 +611,15 @@ supported with @code{sphinx-issues}.") (sha256 (base32 "1ivqz6yv96a2jp59kylg1gbkrmzq6zwilppz3ij0zrkjn25zb97k")))) (build-system pyproject-build-system) - (propagated-inputs (list python-docutils-0.15 python-sphinx-4)) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'loosen-requirements + (lambda _ + (substitute* "setup.py" + (("sphinx>=2,<5") + "sphinx>=2,<6"))))))) + (propagated-inputs (list python-docutils-0.15 python-sphinx-5)) (native-inputs (list python-pytest python-pytest-regressions