gnu: python-pyre-extensions: Update to 0.0.32.

* gnu/packages/python-xyz.scm (python-pyre-extensions): Update to
0.0.32.
[source]: Update URI.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: I87fad94a2f7234cdf203f6f0d8f8895da0977bbe
This commit is contained in:
Vinicius Monego 2025-06-30 18:59:15 -03:00
parent 84df8bf3e1
commit 50f1777284
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -35015,15 +35015,16 @@ asyncio applications.")
(define-public python-pyre-extensions
(package
(name "python-pyre-extensions")
(version "0.0.18")
(version "0.0.32")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyre-extensions" version))
(uri (pypi-uri "pyre_extensions" version))
(sha256
(base32
"0c5cbbqrfyjwakdh3kbwxis6mbrbwky1z1fqslgszgpcj4g43q30"))))
(build-system python-build-system)
"0mayv07djjnysznhjnchix3alkz4lxycb20azpaw8mpa2igp35jk"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-typing-extensions python-typing-inspect))
(home-page "https://pyre-check.org")