[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/40: gnu: Add python-rapidfuzz.
From: |
guix-commits |
Subject: |
33/40: gnu: Add python-rapidfuzz. |
Date: |
Wed, 3 Apr 2024 16:04:33 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit b1c8b191f4cdc019da517624f18434de95c1135c
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 f26b8e524b..3b386f0a46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2124,6 +2124,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")
- 17/40: gnu: python-sphinx: Update to 6.2.1., (continued)
- 17/40: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/04/03
- 29/40: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/04/03
- 20/40: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/04/03
- 38/40: gnu: python-argcomplete: Add missing input., guix-commits, 2024/04/03
- 21/40: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/04/03
- 36/40: gnu: python-readme-renderer: Update to 37.3., guix-commits, 2024/04/03
- 32/40: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/04/03
- 40/40: gnu: java-testng: Disable one test., guix-commits, 2024/04/03
- 37/40: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/04/03
- 18/40: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/04/03
- 33/40: gnu: Add python-rapidfuzz.,
guix-commits <=