guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add python2-six.


From: Andreas Enge
Subject: 02/04: gnu: Add python2-six.
Date: Tue, 24 Feb 2015 23:58:35 +0000

andreas pushed a commit to branch master
in repository guix.

commit 0c20025c05e65a590c1eb3393ec70aa3b8cde4ec
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 25 00:14:28 2015 +0100

    gnu: Add python2-six.
    
    * gnu/packages/python.scm (python2-six): 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 2e4341c..544dc6c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -507,6 +507,9 @@ Six supports every Python version since 2.5.  It is 
contained in only one
 Python file, so it can be easily copied into your project.")
     (license x11)))
 
+(define-public python2-six
+  (package-with-python2 python-six))
+
 (define-public python-dateutil-2
   (package
     (name "python-dateutil")



reply via email to

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