mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add python-esprima.
* gnu/packages/python-xyz.scm (python-esprima): New variable.
This commit is contained in:
parent
605cb7b4be
commit
a58bcf927c
1 changed files with 18 additions and 0 deletions
|
@ -28768,3 +28768,21 @@ (define-public python-reedsolo
|
|||
but not binary streams.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public python-esprima
|
||||
(package
|
||||
(name "python-esprima")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "esprima" version))
|
||||
(sha256
|
||||
(base32 "1vi32g991lxcxzmncfiszh8m9bwkh4887szskkdi0a9wdn3imnq8"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/Kronuz/esprima-python")
|
||||
(synopsis
|
||||
"ECMAScript parsing infrastructure for analysis in Python")
|
||||
(description
|
||||
"This package provides ECMAScript parsing infrastructure for
|
||||
multipurpose analysis in Python.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Reference in a new issue