guix-devel
[Top][All Lists]
Advanced

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

[PATCH 15/18] gnu: Add python-pyparsing-1.5.0.


From: ng0
Subject: [PATCH 15/18] gnu: Add python-pyparsing-1.5.0.
Date: Sun, 2 Oct 2016 11:00:52 +0000

* gnu/packages/python.scm (python-pyparsing-1.5.0): New variable.
---
 gnu/packages/python.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0fccf1f..1bdce65 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3494,6 +3494,19 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python2-pyparsing
   (package-with-python2 python-pyparsing))
 
+(define-public python2-pyparsing-1.5.0
+  (package
+    (inherit python2-pyparsing)
+    (name "python2-pyparsing")
+    (version "1.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pyparsing" version))
+       (sha256
+        (base32
+         "0ff1fgvmvin32xcmnz7xcz4rn57987m52cs91wmjr00qbf09x895"))))))
+
 (define-public python-numpydoc
   (package
     (name "python-numpydoc")
-- 
2.10.0




reply via email to

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