Search Criteria
Package Details: python-rapidfuzz-git 0.9.2.r0.geae941a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rapidfuzz-git.git (read-only, click to copy) |
---|---|
Package Base: | python-rapidfuzz-git |
Description: | Rapid fuzzy string matching in Python using the Levenshtein Distance |
Upstream URL: | https://github.com/maxbachmann/rapidfuzz |
Licenses: | MIT |
Provides: | python-rapidfuzz |
Submitter: | joposter |
Maintainer: | joposter |
Last Packager: | joposter |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-01 10:40 (UTC) |
Last Updated: | 2020-08-02 15:35 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- python-pytest (make)
- python-setuptools (make)
Required by (19)
- comictagger (requires python-rapidfuzz)
- grayskull (requires python-rapidfuzz)
- jupyter-nbgrader (requires python-rapidfuzz)
- jupyter-nbgrader-git (requires python-rapidfuzz)
- lazylibrarian-git (requires python-rapidfuzz)
- mealie (requires python-rapidfuzz)
- paddleocr-git (requires python-rapidfuzz)
- paperless-ngx (requires python-rapidfuzz)
- python-cleo-git (requires python-rapidfuzz)
- python-dataprep-git (requires python-rapidfuzz)
- python-jarowinkler (requires python-rapidfuzz)
- python-papers-cli (requires python-rapidfuzz)
- python-syncedlyrics (requires python-rapidfuzz)
- python-thefuzz (requires python-rapidfuzz)
- python-thefuzz-git (requires python-rapidfuzz)
- python-unstructured (requires python-rapidfuzz)
- spotdl (requires python-rapidfuzz)
- yt-spammer-purge (requires python-rapidfuzz)
Latest Comments
pekkarr commented on 2022-07-30 12:28 (UTC) (edited on 2022-07-30 12:28 (UTC) by pekkarr)
There are a few issues with the package:
git
,cython3
,python-rapidfuzz-capi
andpython-scikit-build
are missing.python-jarowinkler
is missing.python-hypothesis
andpython-pandas
are missing.python-numpy
is missing.PYTHONPATH
incheck
is outdated and causes the tests to fail.build
function should setRAPIDFUZZ_BUILD_EXTENSION=1
environment variable, which makes sure that the C extension is compiled. Otherwise only a pure python implementation gets installed if compilation fails.arch
should bex86_64
.conflicts=(python-rapidfuzz)
.Release
by default, which sets the-O3
compiler optimization flag overriding Arch's default-O2
flag, see the CMake package guidelines for details. This can be avoided by setting theNone
build type. Thepython-rapidfuzz
PKGBUILD can be used as an example on how to do this with a PEP 517 build.jarowinkler-cpp
andtaskflow
should probably be added to thesource
array andprepare
function. Alternatively, there arecpp-taskflow
,rapidfuzz-cpp
andjarowinkler-cpp
packages that provide the libraries and could be added in makedepends.joposter commented on 2020-07-24 08:36 (UTC)
@flying-sheep is there a difference between the pypi version and the version from the github-repo ? Or do you mean to ask why there is no binary package?
flying-sheep commented on 2020-07-24 08:33 (UTC)
Hi, just wondering why there’s no package for the PyPI version?