me
/
guix
Archived
1
0
Fork 0

gnu: python-click@8: Remove redundant package.

The python-click package is already version 8.

* gnu/packages/python-xyz.scm (python-click-8): Remove variable.
(python-proselint)[propagated-inputs]: Depend on python-click.
Pierre Langlois 2022-05-17 20:46:09 +01:00
parent 0bcd28e58c
commit f12d08c6d2
No known key found for this signature in database
GPG Key ID: A8FC9E447F4F7D54
1 changed files with 2 additions and 14 deletions

View File

@ -61,7 +61,7 @@
;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2019, 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
@ -3657,18 +3657,6 @@ with sensible defaults out of the box.")
(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")
@ -18375,7 +18363,7 @@ characters, mouse support, and auto suggestions.")
(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