[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/223: gnu: Add python-rapidfuzz.
From: |
guix-commits |
Subject: |
33/223: gnu: Add python-rapidfuzz. |
Date: |
Mon, 21 Oct 2024 18:23:28 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6fba2f9daa97e413d3268fdbef5f4423cc47957a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 19:41:47 2024 +0100
gnu: Add python-rapidfuzz.
* gnu/packages/python-xyz.scm (python-rapidfuzz): New variable.
Change-Id: I6ff451a1632f586db45fb7079c2dcef7854d5a5c
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 473fb07c4b..15e6b8f822 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2386,6 +2386,28 @@ using distutils2-like setup.cfg files for a package's
metadata with a
distribute/setuptools setup.py script.")
(license license:bsd-2)))
+(define-public python-rapidfuzz
+ (package
+ (name "python-rapidfuzz")
+ (version "3.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rapidfuzz" version))
+ (sha256
+ (base32 "1rrx043zqqql31pcp92k61digibymp3l382gaxr4h8717kp0nrim"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-packaging
+ python-pytest
+ python-scikit-build
+ python-setuptools))
+ (home-page "https://github.com/rapidfuzz/RapidFuzz")
+ (synopsis "Rapid fuzzy string matching")
+ (description "RapidFuzz is a fast string matching library for Python and
+C++, which is using the string similarity calculations from FuzzyWuzzy.")
+ (license license:expat)))
+
(define-public python-rawkit
(package
(name "python-rawkit")
- 10/223: build-system/pyproject: Use TOML parser., (continued)
- 10/223: build-system/pyproject: Use TOML parser., guix-commits, 2024/10/21
- 17/223: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/10/21
- 19/223: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/10/21
- 18/223: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/10/21
- 21/223: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/10/21
- 24/223: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/10/21
- 25/223: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/10/21
- 30/223: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/10/21
- 35/223: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/10/21
- 36/223: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/10/21
- 33/223: gnu: Add python-rapidfuzz.,
guix-commits <=
- 37/223: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/10/21
- 38/223: gnu: python-argcomplete: Add missing input., guix-commits, 2024/10/21
- 40/223: gnu: java-testng: Disable one test., guix-commits, 2024/10/21
- 43/223: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/10/21
- 48/223: gnu: python-joblib: Add missing inputs., guix-commits, 2024/10/21
- 50/223: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/21
- 53/223: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/10/21
- 55/223: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/10/21
- 57/223: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/10/21
- 64/223: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/10/21