1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: python-zope-deprecation: Update to 6.0.

* gnu/packages/python-web.scm (python-zope-deprecation): Update to 6.0.
[source]: Fix PyPI archive name.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: Disable for now.
[native-inputs]: Add python-setuptools.

Change-Id: I55075d1b96271a9b987e2731d7b7cadd2c233efd
This commit is contained in:
Sharlatan Hellseher
2025-12-15 13:33:15 +00:00
committed by Andreas Enge
parent 608d01cf16
commit 3d59a38db3
+8 -6
View File
@@ -10139,16 +10139,18 @@ decorator until a separate scan phase.")
(define-public python-zope-deprecation (define-public python-zope-deprecation
(package (package
(name "python-zope-deprecation") (name "python-zope-deprecation")
(version "4.4.0") (version "6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "zope.deprecation" version)) (uri (pypi-uri "zope_deprecation" version))
(sha256 (sha256
(base32 (base32
"1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d")))) "0pzimp7xr8m0836bbsrx8wa9ybl58s5hwacas95nsfp6m2ypwwhq"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs `()) (arguments
(propagated-inputs `()) (list #:tests? #f)) ;no tests in PyPI
(native-inputs
(list python-setuptools))
(home-page "https://zopedeprecation.readthedocs.io/") (home-page "https://zopedeprecation.readthedocs.io/")
(synopsis "Function for marking deprecations") (synopsis "Function for marking deprecations")
(description "The @code{zope.deprecation} module provides a function for (description "The @code{zope.deprecation} module provides a function for