me
/
guix
Archived
1
0
Fork 0

gnu: Add python-click-didyoumean.

* gnu/packages/python-xyz.scm (python-click-didyoumean): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Vinicius Monego 2021-12-19 00:29:07 +00:00 committed by Nicolas Goaziou
parent 46bc8c0d59
commit c89a690d0b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -7401,6 +7401,27 @@ in an image. It then applies the colors system-wide and on-the-fly in all of
your favourite programs.")
(license license:expat)))
(define-public python-click-didyoumean
(package
(name "python-click-didyoumean")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click-didyoumean" version))
(sha256
(base32 "0dc0xrmqbw0idpx843ahzzvivmvx3fcfsm3k54lnssyra7cg117i"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests in PyPI and no setup.py in github
(propagated-inputs
(list python-click))
(home-page "https://github.com/timofurrer/click-didyoumean")
(synopsis "Git-like did-you-mean feature in Click")
(description
"This plugin enables git-like did-you-mean feature in Click.")
(license license:expat)))
(define-public python-pywinrm
(package
(name "python-pywinrm")