mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-wadllib: Switch to pyproject.
* gnu/packages/python-web.scm (python-wadllib): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I65951123a0666eb2368a8b06a84aae6a384e41b5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5b5ea04775
commit
064a2f78b2
1 changed files with 3 additions and 1 deletions
|
@ -10932,7 +10932,9 @@ metadata from HTML markup. Currently, extruct supports:
|
|||
(uri (pypi-uri "wadllib" version))
|
||||
(sha256
|
||||
(base32 "1z65crvdsjxh9nahz1g6q021ijmv85ixmq88l96d61qh5imavndc"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-lazr-uri))
|
||||
(home-page "https://launchpad.net/wadllib")
|
||||
(synopsis "Web Application Description Language (WADL) navigation library")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue