gnu: python-pyjsparser: Switch to pyproject.

* gnu/packages/python-web.scm (python-pyjsparser):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[description]: Improve style.

Change-Id: I636cf05e270055ed57909fed05e6e493ee294eb2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-08-13 20:19:05 +02:00 committed by Sharlatan Hellseher
parent ac16e0611e
commit 540be0149f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9320,11 +9320,12 @@ using a pure Python implementation.")
(uri (pypi-uri "pyjsparser" version)) (uri (pypi-uri "pyjsparser" version))
(sha256 (sha256
(base32 "0ycmf9fsvwliqmm1n6sfz7x71y7i2kbfgn39d8lsbiccfxmxlq5y")))) (base32 "0ycmf9fsvwliqmm1n6sfz7x71y7i2kbfgn39d8lsbiccfxmxlq5y"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/PiotrDabkowski/pyjsparser") (home-page "https://github.com/PiotrDabkowski/pyjsparser")
(synopsis "Fast JavaScript parser") (synopsis "Fast JavaScript parser")
(description "This package provides a fast JavaScript parser (based on (description
esprima.js)") "This package provides a fast JavaScript parser (based on esprima.js)")
(license license:expat))) (license license:expat)))
(define-public python-js2py (define-public python-js2py