mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sortedcontainers: Add python2 variant.
* gnu/packages/python-xyz.scm (python2-sortedcontainers): New public variable.
This commit is contained in:
parent
4c2530afce
commit
aadef9c845
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue