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
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- python-pytest (make)
- python-setuptools (make)
Required by (19)
- comictagger (requires python-rapidfuzz)
- comictagger-beta (requires python-rapidfuzz)
- grayskull (requires python-rapidfuzz)
- jupyter-nbgrader (requires python-rapidfuzz)
- jupyter-nbgrader-git (requires python-rapidfuzz)
- lazylibrarian-git (requires python-rapidfuzz)
- openrecall-git (requires python-rapidfuzz)
- paddleocr-git (requires python-rapidfuzz)
- python-cleo-git (requires python-rapidfuzz)
- python-dataprep-git (requires python-rapidfuzz)
- python-doctr (requires python-rapidfuzz)
- python-jarowinkler (requires python-rapidfuzz)
- python-jiwer (requires python-rapidfuzz)
- python-papers-cli (requires python-rapidfuzz)
- python-pptx2md (requires python-rapidfuzz)
- python-quizr-cli (requires python-rapidfuzz)
- python-syncedlyrics (requires python-rapidfuzz)
- python-thefuzz (requires python-rapidfuzz)
- python-thefuzz-git (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-capiandpython-scikit-buildare missing.python-jarowinkleris missing.python-hypothesisandpython-pandasare missing.python-numpyis missing.PYTHONPATHincheckis outdated and causes the tests to fail.buildfunction should setRAPIDFUZZ_BUILD_EXTENSION=1environment variable, which makes sure that the C extension is compiled. Otherwise only a pure python implementation gets installed if compilation fails.archshould bex86_64.conflicts=(python-rapidfuzz).Releaseby default, which sets the-O3compiler optimization flag overriding Arch's default-O2flag, see the CMake package guidelines for details. This can be avoided by setting theNonebuild type. Thepython-rapidfuzzPKGBUILD can be used as an example on how to do this with a PEP 517 build.jarowinkler-cppandtaskflowshould probably be added to thesourcearray andpreparefunction. Alternatively, there arecpp-taskflow,rapidfuzz-cppandjarowinkler-cpppackages 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?