unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55730] [PATCH] gnu: Remove python-click@8.
@ 2022-05-30 18:28 Dominic Martinez
  2022-05-30 19:04 ` Dominic Martinez
  2022-05-31  0:07 ` bug#55730: Acknowledgement ([PATCH] gnu: Remove python-click@8.) Dominic Martinez
  0 siblings, 2 replies; 3+ messages in thread
From: Dominic Martinez @ 2022-05-30 18:28 UTC (permalink / raw)
  To: 55730; +Cc: Dominic Martinez

* 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





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

* [bug#55730] [PATCH] gnu: Remove python-click@8.
  2022-05-30 18:28 [bug#55730] [PATCH] gnu: Remove python-click@8 Dominic Martinez
@ 2022-05-30 19:04 ` Dominic Martinez
  2022-05-31  0:07 ` bug#55730: Acknowledgement ([PATCH] gnu: Remove python-click@8.) Dominic Martinez
  1 sibling, 0 replies; 3+ messages in thread
From: Dominic Martinez @ 2022-05-30 19:04 UTC (permalink / raw)
  To: 55730; +Cc: Dominic Martinez

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]


For context, python-click was upgraded to v8.1.2 in 
2b22de8923d2f7a605b51a47013cc77d616547cc, making 'python-click-8' 
irrelevant. Because of the different arguments, proselint would 
have a profile conflict being installed with some other python 
packages like 'python-black'. This removes the unecessary version 
and moves python-proselint to the main python-click package.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#55730: Acknowledgement ([PATCH] gnu: Remove python-click@8.)
  2022-05-30 18:28 [bug#55730] [PATCH] gnu: Remove python-click@8 Dominic Martinez
  2022-05-30 19:04 ` Dominic Martinez
@ 2022-05-31  0:07 ` Dominic Martinez
  1 sibling, 0 replies; 3+ messages in thread
From: Dominic Martinez @ 2022-05-31  0:07 UTC (permalink / raw)
  To: 55730-done

[-- Attachment #1: Type: text/plain, Size: 68 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2022-05-31  0:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 18:28 [bug#55730] [PATCH] gnu: Remove python-click@8 Dominic Martinez
2022-05-30 19:04 ` Dominic Martinez
2022-05-31  0:07 ` bug#55730: Acknowledgement ([PATCH] gnu: Remove python-click@8.) Dominic Martinez

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