GNU bug report logs - #62885
[PATCH core-updates] gnu: sphinx: Update minimum docutils version to 0.20

Previous Next

Package: guix-patches;

Reported by: Brian Cully <bjc <at> spork.org>

Date: Sun, 16 Apr 2023 14:23:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62885: closed ([PATCH core-updates] gnu: sphinx: Update
 minimum docutils version to 0.20)
Date: Sun, 16 Apr 2023 15:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 16 Apr 2023 17:46:53 +0200
with message-id <20230416174653.0742229b <at> sybil.lepiller.eu>
and subject line Re: [bug#62885] [PATCH core-updates] gnu: sphinx: Update minimum docutils version to 0.20
has caused the debbugs.gnu.org bug report #62885,
regarding [PATCH core-updates] gnu: sphinx: Update minimum docutils version to 0.20
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62885: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62885
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brian Cully <bjc <at> spork.org>
To: guix-patches <at> gnu.org
Cc: Brian Cully <bjc <at> spork.org>
Subject: [PATCH core-updates] gnu: sphinx: Update minimum docutils version to
 0.20
Date: Sun, 16 Apr 2023 10:22:01 -0400
* gnu/packages/sphinx.scm (python-sphinx-rtd-theme) [allow-newer-docutil]: new
phase.
---
 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 203a4172dc..9a8ad1b2c3 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -794,7 +794,15 @@ (define-public python-sphinx-rtd-theme
         (base32
          "0p3abj91c3l72ajj5jwblscsdf1jflrnn0djx2h5y6f2wjbx9ipf"))))
     (build-system python-build-system)
-    (arguments '(#:tests? #f)) ; No tests.
+    (arguments
+     (list
+      #:tests? #f ; No tests.
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'allow-newer-docutil
+            (lambda _
+              (substitute* "setup.cfg"
+                (("docutils <0.19") "docutils <0.20")))))))
     (propagated-inputs (list python-docutils python-sphinx))
     (home-page "https://github.com/snide/sphinx_rtd_theme/")
     (synopsis "ReadTheDocs.org theme for Sphinx")
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: Brian Cully via Guix-patches via <guix-patches <at> gnu.org>
Cc: 62885-done <at> debbugs.gnu.org, Brian Cully <bjc <at> spork.org>
Subject: Re: [bug#62885] [PATCH core-updates] gnu: sphinx: Update minimum
 docutils version to 0.20
Date: Sun, 16 Apr 2023 17:46:53 +0200
Le Sun, 16 Apr 2023 11:09:46 -0400,
Brian Cully via Guix-patches via <guix-patches <at> gnu.org> a écrit :

> Sorry, the last patch was broken because I had it based off a WIP
> patch updating to 1.2.0. This version works with the existing 1.0.0
> version of rtd-themes.
> 

Thanks, pushed to core-updates as
e438a3b3dd7f66a06ce758e3f802fd224e796e21.


This bug report was last modified 2 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.