gnu: python-shortuuid: Update to 1.0.13.

* gnu/packages/python-xyz.scm (python-shortuuid): Update to 1.0.13.
[native-inputs]: Remove python-pep8; add python-poetry-core and python-pytest.
[build-system]: Use pyproject-build-system.

Change-Id: If854af9296fa378c505e83d87bacf609978edf9f
This commit is contained in:
Ricardo Wurmus 2025-02-23 07:28:56 +01:00 committed by Andreas Enge
parent d6de00627e
commit 9ba755e015
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3509,17 +3509,17 @@ planar geometric objects. It is based on the @code{GEOS} library.")
(define-public python-shortuuid
(package
(name "python-shortuuid")
(version "0.5.0")
(version "1.0.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "shortuuid" version))
(sha256
(base32
"1f8i4zwj5vmpzbz6b17bljy4399gx5aq7vsyw63sz2qgyjcd73yh"))))
(build-system python-build-system)
"0wjygiwk07irgqmr29bv7rvq9pc71ff3jinzn620a9h6yq3wzf9v"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pep8))
(list python-poetry-core python-pytest))
(home-page "https://github.com/skorokithakis/shortuuid")
(synopsis "Generator library for concise, unambiguous and URL-safe UUIDs")
(description