emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63301: closed ([PATCH] gnu: python-sphinx-4: Fix sanity-check failur


From: GNU bug Tracking System
Subject: bug#63301: closed ([PATCH] gnu: python-sphinx-4: Fix sanity-check failure)
Date: Sun, 07 May 2023 15:42:02 +0000

Your message dated Sun, 07 May 2023 11:41:41 -0400
with message-id <87jzxkywqy.fsf_-_@gmail.com>
and subject line Re: bug#63301: [PATCH] gnu: python-sphinx-4: Fix sanity-check 
failure
has caused the debbugs.gnu.org bug report #63301,
regarding [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
to be marked as done.

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


-- 
63301: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63301
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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)





--- End Message ---
--- Begin Message --- Subject: Re: bug#63301: [PATCH] gnu: python-sphinx-4: Fix sanity-check failure Date: Sun, 07 May 2023 11:41:41 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Zongyuan Li <zongyuan.li@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]