me
/
guix
Archived
1
0
Fork 0

gnu: Add python-pyparsing-2.4.7.

* gnu/packages/python-xyz.scm (python-pyparsing-2.4.7): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Leo Prikler 2020-08-25 19:37:31 +02:00 committed by Mathieu Othacehe
parent 6f1784fa5c
commit 5f9a9efb69
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 11 additions and 0 deletions

View File

@ -4654,6 +4654,17 @@ that client code uses to construct the grammar directly in Python code.")
(define-public python2-pyparsing
(package-with-python2 python-pyparsing))
(define-public python-pyparsing-2.4.7
(package
(inherit python-pyparsing)
(version "2.4.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyparsing" version))
(sha256
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
(define-public python-numpydoc
(package
(name "python-numpydoc")