guix-patches
[Top][All Lists]
Advanced

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

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


From: contact . ng0
Subject: bug#25733: [PATCH 15/18] gnu: Add python-pyparsing-1.5.0.
Date: Tue, 14 Feb 2017 20:16:00 +0000

From: ng0 <address@hidden>

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8eebde62b..a72f5ac76 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3773,6 +3773,20 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python2-pyparsing
   (package-with-python2 python-pyparsing))
 
+;; Version required by kallithea-0.3.2
+(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.11.1






reply via email to

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