mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Add python-cytoolz-for-cooler.
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
This commit is contained in:
parent
c08d6e63a0
commit
92a2f55cf9
1 changed files with 16 additions and 0 deletions
|
@ -22506,6 +22506,22 @@ (define-public python-cytoolz
|
|||
that is accessible to other projects developed in Cython.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; python-cooler doesn't work with 0.11 yet
|
||||
(define-public python-cytoolz-for-cooler
|
||||
(package
|
||||
(inherit python-cytoolz)
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cytoolz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p4a9nadsy1337gy2cnb5yanbn03j3zm6d9adyqad9bk3nlbpxc2"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file (find-files "cytoolz" "\\.c$")))))))
|
||||
|
||||
(define-public python-sortedcollections
|
||||
(package
|
||||
(name "python-sortedcollections")
|
||||
|
|
Loading…
Reference in a new issue