mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Remove python-cytoolz-for-cooler.
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): Remove variable.
This commit is contained in:
parent
5caad9f252
commit
4642a50d52
1 changed files with 0 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue