[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77400] [PATCH 17/26] gnu: Add python-pybktree.
From: |
Nicolas Graves |
Subject: |
[bug#77400] [PATCH 17/26] gnu: Add python-pybktree. |
Date: |
Mon, 31 Mar 2025 08:18:45 +0200 |
* gnu/packages/backup.scm (python-pybktree): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e57c834ddb..ba6a96f714 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28939,6 +28939,25 @@ (define-public python-pybloom-live
Python.")
(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
(package
(name "python-pybtex")
--
2.49.0
- [bug#77400] [PATCH 05/26] gnu: python-pyvcf: Use the fork python-pyvcf3., (continued)
- [bug#77400] [PATCH 05/26] gnu: python-pyvcf: Use the fork python-pyvcf3., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 02/26] gnu: python-cchardet: Update to 2.2.0a2., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 12/26] gnu: Remove python-pyfasta., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 21/26] gnu: veusz: Update to 3.6.2., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 09/26] gnu: python-locust: Update to 2.33.2., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 25/26] gnu: openmolar: Fix build., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 16/26] gnu: python-sip: Update to 6.10.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 18/26] gnu: umi-tools: Update to 1.1.6., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 20/26] gnu: python-patch-ng: Update to 1.18.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 24/26] gnu: libei: Update to 1.4.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 17/26] gnu: Add python-pybktree.,
Nicolas Graves <=
- [bug#77400] [PATCH 11/26] gnu: seqmagick: Update to 0.8.6-0.dee6ab9., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 14/26] gnu: python-rstr: Update to 3.2.2. Enable tests., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 22/26] gnu: conan: Update to 2.7.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 08/26] gnu: python-pyquery: Update to 2.0.1., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 15/26] gnu: reprotest: Update to 0.7.29., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 19/26] gnu: cpplint: Update to 2.0.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 26/26] gnu: python-mechanize: Update to 0.4.10., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 10/26] gnu: rseqc: Switch to pyproject-build-system., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 04/26] gnu: python-jsonargparse: Update to 4.37.0., Nicolas Graves, 2025/03/31
- [bug#77400] [PATCH 13/26] gnu: taxtastic: Update to 0.11.1., Nicolas Graves, 2025/03/31