gnu: Add python-interlap.

* gnu/packages/python-xyz.scm (python-interlap): New variable.
This commit is contained in:
Ricardo Wurmus 2022-06-16 15:15:58 +02:00
parent e4dbf938ea
commit 62c5121472
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23602,6 +23602,23 @@ (define-public python-intelhex
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")