guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add python-ncls.


From: guix-commits
Subject: 02/03: gnu: Add python-ncls.
Date: Tue, 23 Aug 2022 07:52:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 01dfcad225a2eeca469bfdd665e01c7fb2d28941
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 23 13:29:30 2022 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 24f08c670e..8b0aae76ac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1766,6 +1766,26 @@ client-side scripting and application development around 
the NETCONF
 protocol.")
     (license license:asl2.0)))
 
+(define-public python-ncls
+  (package
+    (name "python-ncls")
+    (version "0.0.65")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "ncls" version))
+              (sha256
+               (base32
+                "1wx06xqknd2r98w8z93f47g5dpxzn92kamhj8vkq0nj569hf7cg1"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-numpy))
+    (home-page "https://github.com/endrebak/ncls";)
+    (synopsis "Nested containment list data structure")
+    (description
+     "This package provides a wrapper for the nested containment list data
+structure.  It is a static interval-tree that is fast for both construction
+and lookups.")
+    (license license:bsd-3)))
+
 (define-public python-license-expression
   (package
     (name "python-license-expression")



reply via email to

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