gnu: python-sortedcontainers: Add python2 variant.
* gnu/packages/python-xyz.scm (python2-sortedcontainers): New public variable.master
parent
4c2530afce
commit
aadef9c845
|
@ -15822,6 +15822,9 @@ that is accessible to other projects developed in Cython.")
|
||||||
pure-Python.")
|
pure-Python.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python2-sortedcontainers
|
||||||
|
(package-with-python2 python-sortedcontainers))
|
||||||
|
|
||||||
(define-public python-cloudpickle
|
(define-public python-cloudpickle
|
||||||
(package
|
(package
|
||||||
(name "python-cloudpickle")
|
(name "python-cloudpickle")
|
||||||
|
|
Reference in New Issue