gnu: python-click-didyoumean: Update to 0.3.1.

* gnu/packages/python-xyz.scm (python-click-didyoumean): Update to 0.3.1.
[source]: Swap to a new PyPI packae name ("-" to "_").
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-poetry-core.

Change-Id: I24f2e632732c8204f816806c7ad067d327bb3d28
This commit is contained in:
Sharlatan Hellseher 2024-08-26 22:48:22 +01:00
parent 7876575bbf
commit e2ccfea68d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11015,16 +11015,18 @@ (define-public python-pywal
(define-public python-click-didyoumean
(package
(name "python-click-didyoumean")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click-didyoumean" version))
(uri (pypi-uri "click_didyoumean" version))
(sha256
(base32 "0dc0xrmqbw0idpx843ahzzvivmvx3fcfsm3k54lnssyra7cg117i"))))
(build-system python-build-system)
(base32 "0qx4npxxgj87zk5hkah5ijrc76ba7ymdd6r7na5fyr5y1pzzv0jg"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ; no tests in PyPI and no setup.py in github
(native-inputs
(list python-poetry-core))
(propagated-inputs
(list python-click))
(home-page "https://github.com/timofurrer/click-didyoumean")