mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-rapidfuzz.
* gnu/packages/python-xyz.scm (python-rapidfuzz): New variable. Change-Id: I6ff451a1632f586db45fb7079c2dcef7854d5a5c
This commit is contained in:
parent
c7a0088d3f
commit
7fe8e4cfc5
1 changed files with 22 additions and 0 deletions
|
@ -2413,6 +2413,28 @@ using distutils2-like setup.cfg files for a package's metadata with a
|
||||||
distribute/setuptools setup.py script.")
|
distribute/setuptools setup.py script.")
|
||||||
(license license:bsd-2)))
|
(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
|
(define-public python-rawkit
|
||||||
(package
|
(package
|
||||||
(name "python-rawkit")
|
(name "python-rawkit")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue