mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-pyramid: Update to 2.0.2.
* gnu/packages/python-web.scm (python-pyramid): Update to 2.0.2. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-setuptools; move python-webtest from here... [native-inputs]: ...to here; add python-pytest and python-wheel. Change-Id: I9f397c4d3c8fef2b10f591cbca504f6cc14cd715
This commit is contained in:
parent
a938f100aa
commit
62c0383443
1 changed files with 8 additions and 7 deletions
|
@ -7410,25 +7410,26 @@ (define-public python-pyowm
|
||||||
(define-public python-pyramid
|
(define-public python-pyramid
|
||||||
(package
|
(package
|
||||||
(name "python-pyramid")
|
(name "python-pyramid")
|
||||||
(version "1.10.4")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyramid" version))
|
(uri (pypi-uri "pyramid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q"))))
|
"1phqdz068hl3zda263qkjp5am8fmvmpcxp3nrhsna8g472kkh89p"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-hupper
|
(list python-hupper
|
||||||
|
python-plaster
|
||||||
python-plaster-pastedeploy
|
python-plaster-pastedeploy
|
||||||
|
python-setuptools
|
||||||
python-translationstring
|
python-translationstring
|
||||||
python-venusian
|
python-venusian
|
||||||
python-webob
|
python-webob
|
||||||
python-zope-deprecation
|
|
||||||
python-zope-interface
|
|
||||||
python-webtest
|
|
||||||
python-zope-component
|
python-zope-component
|
||||||
python-plaster))
|
python-zope-deprecation
|
||||||
|
python-zope-interface))
|
||||||
|
(native-inputs (list python-pytest python-webtest python-wheel))
|
||||||
(home-page "https://trypyramid.com/")
|
(home-page "https://trypyramid.com/")
|
||||||
(synopsis "Python web-framework suitable for small and large sites")
|
(synopsis "Python web-framework suitable for small and large sites")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue