GNU bug report logs - #63301
[PATCH] gnu: python-sphinx-4: Fix sanity-check failure

Previous Next

Package: guix-patches;

Reported by: Zongyuan Li <zongyuan.li <at> c0x0o.me>

Date: Fri, 5 May 2023 11:16:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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: Zongyuan Li <zongyuan.li <at> c0x0o.me>
Subject: bug#63301: closed (Re: bug#63301: [PATCH] gnu: python-sphinx-4:
 Fix sanity-check failure)
Date: Sun, 07 May 2023 15:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63301: [PATCH] gnu: python-sphinx-4: Fix sanity-check failure

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63301 <at> debbugs.gnu.org.

-- 
63301: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63301
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Zongyuan Li <zongyuan.li <at> c0x0o.me>
Cc: 63301-done <at> debbugs.gnu.org
Subject: Re: bug#63301: [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
Date: Sun, 07 May 2023 11:41:41 -0400
Hi,

Zongyuan Li <zongyuan.li <at> c0x0o.me> writes:

> * gnu/packages/sphinx.scm (python-sphinx-4)[propagated-inputs]:
>   Downgrades python-docutils to v0.15
>
> Changes since v1:
> * Use 'propagated-inputs' rather than 'inputs'
> ---
>  gnu/packages/sphinx.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
> index ff124717e8..c0bf088daa 100644
> --- a/gnu/packages/sphinx.scm
> +++ b/gnu/packages/sphinx.scm
> @@ -155,7 +155,9 @@ (define-public python-sphinx-4
>                (uri (pypi-uri "Sphinx" version))
>                (sha256
>                 (base32
> -                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
> +                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
> +    (propagated-inputs (modify-inputs (package-propagated-inputs python-sphinx)
> +                         (replace "python-docutils" python-docutils-0.15)))))
>  

Installed, thank you!

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Zongyuan Li <zongyuan.li <at> c0x0o.me>
To: guix-patches <at> gnu.org
Cc: Zongyuan Li <zongyuan.li <at> c0x0o.me>
Subject: [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
Date: Fri, 05 May 2023 11:15:03 +0000
* gnu/packages/sphinx.scm (python-sphinx-4)[propagated-inputs]:
  Downgrades python-docutils to v0.15
---
 gnu/packages/sphinx.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ff124717e8..d0170a0bef 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -155,7 +155,9 @@ (define-public python-sphinx-4
               (uri (pypi-uri "Sphinx" version))
               (sha256
                (base32
-                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
+                "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))
+    (inputs (modify-inputs (package-propagated-inputs python-sphinx)
+              (replace "python-docutils" python-docutils-0.15)))))
 
 (define-public python-sphinxcontrib-apidoc
   (package
-- 
2.39.2 (Apple Git-143)





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

Previous Next


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