[PATCH 13/15] gnu: python-sphinx-panels: Update input to python-sphinx-5.

  • Done
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

N
N
Nicolas Graves wrote on 7 Mar 11:15 -0800
(address . 76835@debbugs.gnu.org)(name . Nicolas Graves via Guix-patches via)(address . guix-patches@gnu.org)
20250307191522.22228-13-ngraves@ngraves.fr
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>

* gnu/packages/sphinx.scm (python-sphinx-panels):
[arguments]{phases}: Add 'loosen-requirements phase.
[propagated-inputs]: Replace python-sphinx-4 by python-sphinx-5.
---
gnu/packages/sphinx.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 5f06cb04f5..024bfe986a 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -608,7 +608,15 @@ (define-public python-sphinx-panels
(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
--
2.48.1
N
N
Nicolas Graves wrote on 7 Mar 11:18 -0800
control message for bug #76836
(address . control@debbugs.gnu.org)
21884680977ffdc54060502843e7a96f@ngraves.fr
close 76836
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76836@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76836
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch