mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pybktree.
* gnu/packages/backup.scm (python-pybktree): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8088bd7604
commit
5676350d87
1 changed files with 19 additions and 0 deletions
|
@ -29219,6 +29219,25 @@ working with iterables.")
|
||||||
Python.")
|
Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pybktree
|
||||||
|
(package
|
||||||
|
(name "python-pybktree")
|
||||||
|
(version "1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pybktree" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0asd2lw9c5l5wi4z24k7gkhlprpdkcvs8d94szk56x9xvmy07h7f"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
|
(home-page "https://github.com/Jetsetter/pybktree")
|
||||||
|
(synopsis "Pythonic BK-tree data structure")
|
||||||
|
(description
|
||||||
|
"This package provides a BK-tree data structure to allow fast querying of
|
||||||
|
close matches in Python.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pybtex
|
(define-public python-pybtex
|
||||||
(package
|
(package
|
||||||
(name "python-pybtex")
|
(name "python-pybtex")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue