mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ac16e0611e
commit
540be0149f
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue