mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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.
This commit is contained in:
parent
0bcd28e58c
commit
f12d08c6d2
1 changed files with 2 additions and 14 deletions
|
@ -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 @@ (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")
|
||||
|
@ -18375,7 +18363,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
|
||||
|
|
Loading…
Reference in a new issue