unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
@ 2023-05-05 11:15 Zongyuan Li via Guix-patches via
  2023-05-06  3:23 ` [bug#63301] [PATCH v2] " Zongyuan Li via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Zongyuan Li via Guix-patches via @ 2023-05-05 11:15 UTC (permalink / raw)
  To: 63301; +Cc: Zongyuan Li

* 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)






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#63301] [PATCH v2] gnu: python-sphinx-4: Fix sanity-check failure
  2023-05-05 11:15 [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure Zongyuan Li via Guix-patches via
@ 2023-05-06  3:23 ` Zongyuan Li via Guix-patches via
  2023-05-07 15:41   ` bug#63301: [PATCH] " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Zongyuan Li via Guix-patches via @ 2023-05-06  3:23 UTC (permalink / raw)
  To: 63301; +Cc: Zongyuan Li

* 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)))))
 
 (define-public python-sphinxcontrib-apidoc
   (package
-- 
2.39.2 (Apple Git-143)






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#63301: [PATCH] gnu: python-sphinx-4: Fix sanity-check failure
  2023-05-06  3:23 ` [bug#63301] [PATCH v2] " Zongyuan Li via Guix-patches via
@ 2023-05-07 15:41   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-05-07 15:41 UTC (permalink / raw)
  To: Zongyuan Li; +Cc: 63301-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-07 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 11:15 [bug#63301] [PATCH] gnu: python-sphinx-4: Fix sanity-check failure Zongyuan Li via Guix-patches via
2023-05-06  3:23 ` [bug#63301] [PATCH v2] " Zongyuan Li via Guix-patches via
2023-05-07 15:41   ` bug#63301: [PATCH] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).