Archived
1
0
Fork 0

gnu: python-humanize: Update to 4.0.0.

* gnu/packages/python-xyz.scm (python-humanize): Update to 4.0.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-freezegun and python-pytest.

Change-Id: I46d06824eb9b43a3540f7b3880ec06f895c290d5
This commit is contained in:
Sharlatan Hellseher 2024-02-17 22:30:10 +00:00
parent 4daeae8583
commit 18240ae446
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27864,17 +27864,17 @@ the Trio framework}.")
(define-public python-humanize (define-public python-humanize
(package (package
(name "python-humanize") (name "python-humanize")
(version "0.5.1") (version "4.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "humanize" version)) (uri (pypi-uri "humanize" version))
(sha256 (sha256
(base32 (base32
"06dvhm3k8lf2rayn1gxbd46y0fy1db26m3h9vrq7rb1ib08mfgx4")))) "006vpl19bffy9fn0sssxbfakcvgrx7fhvy6l515fzln7vwpqf7zf"))))
(arguments (build-system pyproject-build-system)
'(#:tests? #f)) ; tests not in pypi archive (native-inputs
(build-system python-build-system) (list python-freezegun python-pytest))
(home-page "https://github.com/jmoiron/humanize") (home-page "https://github.com/jmoiron/humanize")
(synopsis "Print numerical information in a human-readable form") (synopsis "Print numerical information in a human-readable form")
(description "This package provides a Python module that displays numbers (description "This package provides a Python module that displays numbers