Search Criteria
Package Details: python-pfzy 0.3.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pfzy.git (read-only, click to copy) |
---|---|
Package Base: | python-pfzy |
Description: | Python port of the fzy fuzzy string matching algorithm |
Upstream URL: | https://github.com/kazhala/pfzy |
Licenses: | MIT |
Submitter: | macdems |
Maintainer: | macdems |
Last Packager: | macdems |
Votes: | 6 |
Popularity: | 0.60 |
First Submitted: | 2022-03-02 15:04 (UTC) |
Last Updated: | 2023-12-05 10:36 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
qark commented on 2023-12-04 18:23 (UTC)
This patch makes PEP517 work for me: https://pastebin.com/raw/HN2XavmC
Example from https://github.com/kazhala/pfzy#quick-start also works in Python shell.
macdems commented on 2023-08-06 09:07 (UTC)
I looks like Poetry cannot create proper wheel. Reverting from PEP517 to plain setup.py.
badlydrawnface commented on 2023-08-06 03:51 (UTC) (edited on 2023-08-06 12:17 (UTC) by badlydrawnface)
Poetry needed to be installed otherwise it fails with this error.
Even with Poetry installed, the module doesn't install correctly. When running an interactive shell, importing
pfzy
leads to the module not being found.