[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: Add python2-enum34.
From: |
Leo Famulari |
Subject: |
02/04: gnu: Add python2-enum34. |
Date: |
Sun, 21 Feb 2016 07:49:13 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 820acd1bc399a44f14a8b4828da2f1216ae62b99
Author: Leo Famulari <address@hidden>
Date: Thu Feb 18 12:58:45 2016 -0500
gnu: Add python2-enum34.
* gnu/packages/python.scm (python2-enum34): New variable.
---
gnu/packages/python.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7f49899..c4ce6c5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1335,6 +1335,9 @@ bug tracker.")
backported for previous versions of Python from 2.4 to 3.3.")
(license bsd-3)))
+(define-public python2-enum34
+ (package-with-python2 python-enum34))
+
(define-public python-parse-type
(package
(name "python-parse-type")