summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-15 13:38:47 +0000
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:20 +0100
commite3453ff65d696c3e523731f96e6197188e9bda12 (patch)
treeb7c86862e2f03ad4a4c6662c07f6efcdf094c2a2 /gnu
parent3d59a38db31128ba8377dec3dbf37d3160a82af9 (diff)
gnu: python-plaster-pastedeploy: Update to 1.0.1.
* gnu/packages/python-web.scm (python-plaster-pastedeploy): Update to 1.0.1. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I9516ee45816fe127fb6c0a76a8cd21929e802713
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 85851bcc48f..db093f1097d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10207,16 +10207,17 @@ be registered via an entrypoint.")
(define-public python-plaster-pastedeploy
(package
(name "python-plaster-pastedeploy")
- (version "0.7")
+ (version "1.0.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "plaster_pastedeploy" version))
(sha256
(base32
- "1zg7gcsvc1kzay1ry5p699rg2qavfsxqwl17mqxzr0gzw6j9679r"))))
- (build-system python-build-system)
+ "04hl71p76wnwiy195p5w51bn3c6ba0lgx8nsfm42d9s15rnjw9my"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-pytest
+ python-setuptools))
(propagated-inputs
(list python-plaster python-pastedeploy))
(home-page "https://github.com/Pylons/plaster_pastedeploy")