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:
Nicolas Graves 2025-08-12 18:19:56 +02:00 committed by Sharlatan Hellseher
parent 5b5ea04775
commit 064a2f78b2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")