Search Criteria
Package Details: python-jarowinkler 2.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jarowinkler.git (read-only, click to copy) |
---|---|
Package Base: | python-jarowinkler |
Description: | A library for fast approximate string matching using Jaro and Jaro-Winkler similarity |
Upstream URL: | https://github.com/maxbachmann/JaroWinkler |
Licenses: | MIT |
Submitter: | qubidt |
Maintainer: | qubidt |
Last Packager: | qubidt |
Votes: | 5 |
Popularity: | 0.026077 |
First Submitted: | 2023-05-25 20:32 (UTC) |
Last Updated: | 2024-05-06 14:56 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-rapidfuzz (python-rapidfuzz-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pip (make)
- python-scikit-build (make)
- python-setuptools (make)
- python-hypothesis (check)
- python-pytest (check)
Latest Comments
luziferius commented on 2024-05-08 10:40 (UTC)
Can you please add aarch64 to the supported architectures?
I successfully compiled and tested functionality on Arch Linux ARM 64 bit. Yay gives ugly warnings about the package not compatible with the system architecture, but after telling it to ignore the error, everything works fine.
qexat commented on 2024-05-07 08:22 (UTC) (edited on 2024-05-08 11:37 (UTC) by qexat)
Edit: after further investigation, the issue seems to be on my side -- I had a
site-packages
for python3.12 in my.local
folder that took precedence, but it was outdated (and probably broken). Apologies for the inconvenience.The build process seems to assume the existence of the symbolImpImporter
in the modulepkgutil
, which is not true in Python 3.12. Since thepython
package is now on version 3.12, it breaks this package.However, I do have Python 3.11 installed independently on my system. Could it be possible to fall back to that version if it is present? Or, not to depend directly onpython
since it is incompatible anymore.Thank you in advance.