mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
af8149872a
commit
bdb405d722
@@ -7234,21 +7234,17 @@ pass private data, and to spawn subprocesses to handle requests.")
|
|||||||
(define-public python-pastedeploy
|
(define-public python-pastedeploy
|
||||||
(package
|
(package
|
||||||
(name "python-pastedeploy")
|
(name "python-pastedeploy")
|
||||||
(version "2.1.1")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PasteDeploy" version))
|
(uri (pypi-uri "PasteDeploy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05s88qdjdwd9d9qs13fap7nqgxs7qs5qfzzjbrc5va13k2mxdskd"))))
|
(base32 "15as15mgz9xn33abwrp0x0mbj537ib3q47z8ky5475c05wasznwx"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(native-inputs (list python-pytest python-pytest-cov python-setuptools))
|
||||||
'(#:test-target "pytest"))
|
|
||||||
(native-inputs
|
|
||||||
(list python-pytest python-pytest-runner))
|
|
||||||
(home-page "https://pylonsproject.org/")
|
(home-page "https://pylonsproject.org/")
|
||||||
(synopsis
|
(synopsis "Load, configure, and compose WSGI applications and servers")
|
||||||
"Load, configure, and compose WSGI applications and servers")
|
|
||||||
(description
|
(description
|
||||||
"This tool provides code to load WSGI applications and servers from URIs;
|
"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
|
these URIs can refer to Python Eggs for INI-style configuration files. Paste
|
||||||
|
|||||||
Reference in New Issue
Block a user