summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-17 21:50:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:03 +0100
commit3cb680e1904285f005bc48f21317368e2b63d65e (patch)
tree35a6e6d826ba875a2895f10300796cef28210861 /gnu/packages/python-web.scm
parentbcc4d8c68fe0f9002cdfa32ce4c736c63b0e685e (diff)
gnu: python-zope-interface: Update to 7.2.
* gnu/packages/python-web.scm (python-zope-interface): Update to 7.2. [native-inputs]: Remove python-coverage, python-nose, python-zope-event, and python-zope-testing; add python-setuptools. Change-Id: I62aeeeecf414dac92c73d0b0c2ce52b1ba9c99cb
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index faeee118f9..9e1b7baf0b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4498,19 +4498,18 @@ dispatching systems can be built.")
(define-public python-zope-interface
(package
(name "python-zope-interface")
- (version "5.1.0")
+ (version "7.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.interface" version))
(sha256
(base32
- "03nrl6b8cb600dnnh46y149awvrm0gxyqgwq5hdw3lvys8mw9r20"))))
- (build-system python-build-system)
+ "1zi84y3s90jylv8xfvdlr05f9xf7ca1p6bidngsxlk7fs6iz2jcb"))))
+ (build-system pyproject-build-system)
(arguments '(#:tests? #f)) ; test suite can't find python-zope-testing
(native-inputs
- (list python-coverage python-nose python-zope-event
- python-zope-testing))
+ (list python-setuptools))
(home-page "https://github.com/zopefoundation/zope.interface")
(synopsis "Python implementation of the \"design by contract\"
methodology")