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

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

bug#55730: closed ([PATCH] gnu: Remove python-click@8.)


From: GNU bug Tracking System
Subject: bug#55730: closed ([PATCH] gnu: Remove python-click@8.)
Date: Tue, 31 May 2022 00:10:02 +0000

Your message dated Mon, 30 May 2022 20:07:39 -0400
with message-id <87fskq36nd.fsf@dominicm.dev>
and subject line Re: bug#55730: Acknowledgement ([PATCH] gnu: Remove 
python-click@8.)
has caused the debbugs.gnu.org bug report #55730,
regarding [PATCH] gnu: Remove python-click@8.
to be marked as done.

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


-- 
55730: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55730
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Remove python-click@8. Date: Mon, 30 May 2022 14:28:07 -0400
* gnu/packages/python-xyz.scm (python-click-8): Delete variable.
* gnu/packages/python-xyz.scm (python-proselint)[propagated-inputs]: Replace
python-click-8 with python-click.
---
 gnu/packages/python-xyz.scm | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index acd5954fb6..0d8623fbe9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3657,18 +3657,6 @@ (define-public python-click-5
         (base32 "0njsm0wn31l21bi118g5825ma5sa3rwn7v2x4wjd7yiiahkri337"))))
     (arguments `())))
 
-(define-public python-click-8
-  (package (inherit python-click)
-    (name "python-click")
-    (version "8.1.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "click" version))
-       (sha256
-        (base32 "0whs38a2i0561kwbgigs6vic9r0a1887m2v1aw3rmv6r2kz0g5s7"))))
-    (arguments `())))
-
 (define-public python-cligj
   (package
     (name "python-cligj")
@@ -18356,7 +18344,7 @@ (define-public python-proselint
            (lambda _
              (setenv "HOME" "/tmp"))))))
     (propagated-inputs
-     (list python-click-8 python-future python-six))
+     (list python-click python-future python-six))
     (home-page "https://github.com/amperser/proselint";)
     (synopsis "Linter for prose")
     (description "@code{python-proselint} is a linter for English prose, that
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#55730: Acknowledgement ([PATCH] gnu: Remove python-click@8.) Date: Mon, 30 May 2022 20:07:39 -0400 User-agent: mu4e 1.6.10; emacs 28.1

I missed that Pierre had already made this patch; my bad! Closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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