gnu: Remove python-cytoolz-for-cooler.

* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): Remove variable.
This commit is contained in:
Ricardo Wurmus 2022-05-02 13:35:03 +02:00
parent 5caad9f252
commit 4642a50d52
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23246,22 +23246,6 @@ (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")