guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: Add python-pyjsparser.


From: guix-commits
Subject: 01/04: gnu: Add python-pyjsparser.
Date: Tue, 30 Nov 2021 14:52:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e35cfeb25336d9e7a4dcd5ddf8f2345ce195067b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 30 20:48:22 2021 +0100

    gnu: Add python-pyjsparser.
    
    * gnu/packages/python-web.scm (python-pyjsparser): New variable.
---
 gnu/packages/python-web.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5d0cbda..9939a1b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5943,6 +5943,23 @@ Agent is a web crawler.  It uses the list of registered 
robots from
 using a pure Python implementation.")
     (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
   (package
     (name "python-http-ece")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]