GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76838; Package guix-patches. (Fri, 07 Mar 2025 19:17:04 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Graves <ngraves@ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Fri, 07 Mar 2025 19:17:04 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Nicolas Graves <ngraves@ngraves.fr>
To: 76835@debbugs.gnu.org
Cc: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
Subject: [PATCH 15/15] gnu: Remove python-sphinx-4.
Date: Fri, 7 Mar 2025 20:15:13 +0100
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(-)

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





bug closed, send any further explanations to 76838@debbugs.gnu.org and Nicolas Graves <ngraves@ngraves.fr> Request was from Nicolas Graves <ngraves@ngraves.fr> to control@debbugs.gnu.org. (Fri, 07 Mar 2025 19:19:02 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sat, 05 Apr 2025 11:24:18 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:43:53 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.