summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-30 17:34:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-04 21:49:58 +0000
commitbdb405d72237744d8301586ad3b8953304b9123f (patch)
treea2571603fac8984d46df907eb0be88bfadddeabb /gnu/packages/python-web.scm
parentaf8149872aa0281fe3d412eb842b9d6f63182a3a (diff)
gnu: python-pastedeploy: Update to 3.1.0.
* gnu/packages/python-web.scm (python-pastedeploy): Update to 3.1.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest-cov, python-setuptools. [synopsis]: Improve style. Change-Id: I56136dab9fdadc492cb16147ce331412f8e41aeb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm14
1 files changed, 5 insertions, 9 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f04d906b086..415fce8a8f7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7234,21 +7234,17 @@ pass private data, and to spawn subprocesses to handle requests.")
(define-public python-pastedeploy
(package
(name "python-pastedeploy")
- (version "2.1.1")
+ (version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PasteDeploy" version))
(sha256
- (base32 "05s88qdjdwd9d9qs13fap7nqgxs7qs5qfzzjbrc5va13k2mxdskd"))))
- (build-system python-build-system)
- (arguments
- '(#:test-target "pytest"))
- (native-inputs
- (list python-pytest python-pytest-runner))
+ (base32 "15as15mgz9xn33abwrp0x0mbj537ib3q47z8ky5475c05wasznwx"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-pytest-cov python-setuptools))
(home-page "https://pylonsproject.org/")
- (synopsis
- "Load, configure, and compose WSGI applications and servers")
+ (synopsis "Load, configure, and compose WSGI applications and servers")
(description
"This tool provides code to load WSGI applications and servers from URIs;
these URIs can refer to Python Eggs for INI-style configuration files. Paste