guix-commits
[Top][All Lists]
Advanced

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

17/51: gnu: python-sortedcontainers: Add python2 variant.


From: guix-commits
Subject: 17/51: gnu: python-sortedcontainers: Add python2 variant.
Date: Fri, 24 Jan 2020 14:48:14 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit aadef9c8450f18b54f72f770e549541587641b18
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:58:41 2020 +0100

    gnu: python-sortedcontainers: Add python2 variant.
    
    * gnu/packages/python-xyz.scm (python2-sortedcontainers): New public
    variable.
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9ef3b8e..96ae913 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15822,6 +15822,9 @@ that is accessible to other projects developed in 
Cython.")
 pure-Python.")
     (license license:asl2.0)))
 
+(define-public python2-sortedcontainers
+  (package-with-python2 python-sortedcontainers))
+
 (define-public python-cloudpickle
   (package
     (name "python-cloudpickle")



reply via email to

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