mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zope-i18nmessageid: Move to pyproject-build-system.
* gnu/packages/python-web.scm (python-zope-i18nmessageid): [build-system]: Move to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia9e142a53721bb6d7495d87b59d5f4f3b3f77bf2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
91f9fb68ac
commit
61f81c8beb
1 changed files with 3 additions and 2 deletions
|
@ -3166,9 +3166,10 @@ tests.")
|
||||||
(uri (pypi-uri "zope.i18nmessageid" version))
|
(uri (pypi-uri "zope.i18nmessageid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14mx62khys82p2gmmf3m40x4jmvcz3rndvl6qik2n2qfp13n7ds7"))))
|
(base32 "14mx62khys82p2gmmf3m40x4jmvcz3rndvl6qik2n2qfp13n7ds7"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage python-zope-testrunner))
|
(list python-coverage python-setuptools
|
||||||
|
python-wheel python-zope-testrunner))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six))
|
(list python-six))
|
||||||
(home-page "https://pypi.org/project/zope.i18nmessageid/")
|
(home-page "https://pypi.org/project/zope.i18nmessageid/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue