summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-15 13:33:15 +0000
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:20 +0100
commit3d59a38db31128ba8377dec3dbf37d3160a82af9 (patch)
tree72cb51adc8c677a311198dc5a4d42b93821132f8 /gnu/packages/python-web.scm
parent608d01cf1636f4c9afa3ecb61b02e3be592d9277 (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d5be9e0ab9b..85851bcc48f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10139,16 +10139,18 @@ decorator until a separate scan phase.")
(define-public python-zope-deprecation
(package
(name "python-zope-deprecation")
- (version "4.4.0")
+ (version "6.0")
(source (origin
(method url-fetch)
- (uri (pypi-uri "zope.deprecation" version))
+ (uri (pypi-uri "zope_deprecation" version))
(sha256
(base32
- "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d"))))
- (build-system python-build-system)
- (native-inputs `())
- (propagated-inputs `())
+ "0pzimp7xr8m0836bbsrx8wa9ybl58s5hwacas95nsfp6m2ypwwhq"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI
+ (native-inputs
+ (list python-setuptools))
(home-page "https://zopedeprecation.readthedocs.io/")
(synopsis "Function for marking deprecations")
(description "The @code{zope.deprecation} module provides a function for