Search Criteria
Package Details: validity-sensors-tools-git 0.5.r27.g5ba2094-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/validity-sensors-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | validity-sensors-tools-git |
Description: | Linux tool to flash and pair Validity fingerprint sensors 009x |
Upstream URL: | https://github.com/3v1n0/python-validity |
Licenses: | unknown |
Conflicts: | python-proto9x, validity-sensors-tools |
Provides: | python-proto9x, validity-sensors-tools |
Submitter: | depau |
Maintainer: | VxlerieUwU |
Last Packager: | VxlerieUwU |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-16 02:10 (UTC) |
Last Updated: | 2022-12-26 11:04 (UTC) |
Dependencies (7)
- innoextract (innoextract-gitAUR)
- libusb (libusb-gitAUR)
- python-fastecdsaAUR (python-fastecdsa-gitAUR, python-fastecdsa-1.7.4AUR)
- python-pycryptodome
- python-pyusb (python-pyusb-gitAUR)
- usbutils (usbutils-gitAUR)
- python-setuptools (make)
Required by (1)
- libfprint-vfs009x-git (requires validity-sensors-tools) (optional)
Latest Comments
rkochar commented on 2024-04-09 16:14 (UTC)
Manually installing
pip install fastecdsa
and removing the dependency from PKGBUILD worked for me. I think python-fastecdsa has been renamed to fastecdsa?MarsSeed commented on 2022-06-27 19:56 (UTC)
Hi,
This should not depend on python-pycrypto. That is deprecated since 2013 and insecure.
Instead, it should offer to use python-pycryptodome, which is the continuation fork.
Cheers.
vladimir1922 commented on 2021-10-17 08:17 (UTC)
Typo on the dependencies: python-fastecdsa=1.7.4 should be python-fastecdsa-1.7.4
Had to change it manually to be able to install
flyingpig commented on 2021-05-30 05:49 (UTC) (edited on 2021-05-30 05:49 (UTC) by flyingpig)
This package fails to build in a clean chroot because git is not specified as a build dependency (see VCS package guidelines). Can you add
'git'
to themakedepends
array?depau commented on 2020-08-04 17:10 (UTC)
It is obvious that nobody has actually tried modifying the pkgbuild to build it with latest
fastecdsa
to see that it doesn't work.It is also true that I forgot to upload https://aur.archlinux.org/packages/python-fastecdsa-1.7.4/ - it is now up.
You need specifically
v1.7.4
. If you don't like that, contribute patches to upstream to make it work with the latest version of the library.udaemon commented on 2020-07-31 09:10 (UTC)
@titaniumtown: you can get v 1.7.4 from here: https://github.com/AntonKueltz/fastecdsa/releases
@Depau: thanks for contributing this package!
depau commented on 2020-07-12 21:36 (UTC)
No, it doesn't work with the latest version and upstream hasn't fixed it to work with it. Feel free to send him pull requests and let me know when it's good to go.
titaniumtown commented on 2020-07-12 20:38 (UTC)
can you change the dependency "python-fastecdsa=1.7.4" to "python-fastecdsa"