me
/
guix
Archived
1
0
Fork 0

gnu: Add python-pyjsparser.

* gnu/packages/python-web.scm (python-pyjsparser): New variable.
master
Ricardo Wurmus 2021-11-30 20:48:22 +01:00
parent 53a16a2143
commit e35cfeb253
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 17 additions and 0 deletions

View File

@ -5943,6 +5943,23 @@ Agent is a web crawler. It uses the list of registered robots from
using a pure Python implementation.") using a pure Python implementation.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python-pyjsparser
(package
(name "python-pyjsparser")
(version "2.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyjsparser" version))
(sha256
(base32 "0ycmf9fsvwliqmm1n6sfz7x71y7i2kbfgn39d8lsbiccfxmxlq5y"))))
(build-system python-build-system)
(home-page "https://github.com/PiotrDabkowski/pyjsparser")
(synopsis "Fast JavaScript parser")
(description "This package provides a fast JavaScript parser (based on
esprima.js)")
(license license:expat)))
(define-public python-http-ece (define-public python-http-ece
(package (package
(name "python-http-ece") (name "python-http-ece")