~ruther/guix-local

9111b7510daacb65da4ebe9d11c600cd210c86f1 — Cayetano Santos 1 year, 14 days ago 667470e
gnu: Add python-calmjs-parse.

* gnu/packages/python-xyz.scm (python-calmjs-parse): New variable.

Change-Id: Id8bf38a30e419fe9e1b501f05e3303f46b6e5bfa
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 23 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +23 -0
@@ 552,6 552,29 @@ using NumPy-like idioms.")
line drawing algorithm}.")
    (license license:expat)))

(define-public python-calmjs-parse
  (package
    (name "python-calmjs-parse")
    (version "1.3.3")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/calmjs/calmjs.parse/")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "08dmi4chamk5dbdpvrc0nb09iybfhj3wqwxgffiqnkj7030qhqb8"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (propagated-inputs (list python-ply))
    (home-page "https://github.com/calmjs/calmjs.parse/")
    (synopsis "Parsers for ECMA standards")
    (description
     "@code{Calmjs-parse} is a collection of helper libraries for
understanding ECMA script.")
    (license license:expat)))

(define-public python-couleur
  (package
    (name "python-couleur")