guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: Add python-cytoolz-for-cooler.


From: guix-commits
Subject: 01/09: gnu: Add python-cytoolz-for-cooler.
Date: Tue, 7 Dec 2021 09:52:22 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 92a2f55cf92128a2090d6e4bf258b8345aad6668
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 13:24:49 2021 +0100

    gnu: Add python-cytoolz-for-cooler.
    
    * gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
---
 gnu/packages/python-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d4712f0..4b01fd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22506,6 +22506,22 @@ main differences are that @code{cytoolz} is faster and 
cytoolz offers a C API
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]