guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: Add python-interlap.


From: guix-commits
Subject: 04/09: gnu: Add python-interlap.
Date: Thu, 16 Jun 2022 09:27:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 62c51214725e59fc216b9d13b87629de13c30ebe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 16 15:15:58 2022 +0200

    gnu: Add python-interlap.
    
    * gnu/packages/python-xyz.scm (python-interlap): New variable.
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d66a753a3d..0cd811c9bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23602,6 +23602,23 @@ several convenience Python scripts, including 
\"classic\" hex2bin and bin2hex
 converters and more, those based on the library itself.")
     (license license:bsd-3)))
 
+(define-public python-interlap
+  (package
+    (name "python-interlap")
+    (version "0.2.7")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "interlap" version))
+              (sha256
+               (base32
+                "1jbfh00bkrf0i5psa6n75rlgmqp5389xixa9j29w8rxhah6g7r1i"))))
+    (build-system python-build-system)
+    (home-page "https://brentp.github.io/interlap";)
+    (synopsis "Fast, simple interval overlap testing")
+    (description "InterLap does fast interval overlap testing with a simple 
Python data
+structure.")
+    (license license:expat)))
+
 (define-public python-pykwalify
   (package
     (name "python-pykwalify")



reply via email to

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