[PATCH 15/15] gnu: Remove python-sphinx-4.

  • 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-15-ngraves@ngraves.fr
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>

* gnu/packages/sphinx.scm (python-sphinx-4): Delete variable.
---
gnu/packages/sphinx.scm | 19 -------------------
1 file changed, 19 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 024bfe986a..58952049a1 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -267,25 +267,6 @@ (define-public python-sphinx-5
(texlive-updmap.cfg
(list texlive-cm-super texlive-tex-gyre))))))
-;; Some packages do not support Sphinx 5 yet. Remove when unused.
-(define-public python-sphinx-4
- (package
- (inherit python-sphinx-5)
- (version "4.5.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "Sphinx" version))
- (sha256
- (base32
- "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
- (propagated-inputs
- (modify-inputs (package-propagated-inputs python-sphinx)
- (replace "python-docutils" python-docutils-0.15)))
- (native-inputs
- (modify-inputs (package-native-inputs python-sphinx)
- (delete python-flit-core)
- (append python-setuptools python-wheel)))))
-
(define-public python-sphinxcontrib-apidoc
(package
(name "python-sphinxcontrib-apidoc")
--
2.48.1
N
N
Nicolas Graves wrote on 7 Mar 11:18 -0800
control message for bug #76838
(address . control@debbugs.gnu.org)
17a38fabb58b23f5917e7728c44cf35b@ngraves.fr
close 76838
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 76838
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