Search Criteria
Package Details: python-trezor-agent 0.14.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-trezor-agent.git (read-only, click to copy) |
---|---|
Package Base: | python-trezor-agent |
Description: | Using hardware wallets as SSH/GPG agent |
Upstream URL: | https://github.com/romanz/trezor-agent |
Licenses: | LGPL3 |
Submitter: | digital_mystik |
Maintainer: | redfish |
Last Packager: | redfish |
Votes: | 2 |
Popularity: | 0.062730 |
First Submitted: | 2020-12-29 05:22 (UTC) |
Last Updated: | 2024-06-24 06:07 (UTC) |
Dependencies (21)
- libusb (libusb-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-bech32AUR
- python-configargparse (python-configargparse-gitAUR)
- python-construct-classesAUR
- python-cryptography
- python-daemonAUR
- python-docutils
- python-ecdsa
- python-hidapi (python-hidapi-gitAUR)
- python-mnemonicAUR
- python-pymsgboxAUR
- python-pynacl
- python-semver
- python-simple-rlpAUR
- python-trezorAUR (python-trezorAUR)
- python-unidecode
- python-wheel
- trezor-udevAUR (trezor-bridge-binAUR)
- python-setuptools (make)
- Show 1 more dependencies...
Latest Comments
redfish commented on 2024-06-24 06:10 (UTC)
Resurrected. Updated 0.14.8. Standardized the PKGBUILD to the simple conventional setuptools build. Works with gpg as advertised.
digital_mystik commented on 2022-02-05 20:42 (UTC) (edited on 2022-02-05 20:44 (UTC) by digital_mystik)
Abandoned due to packaging issues in favor of the -git release. (https://aur.archlinux.org/packages/python-trezor-agent-git)
digital_mystik commented on 2021-09-05 21:46 (UTC)
package currently broken due to newer python release dependencies.. best to install via pip to hold versions back
digital_mystik commented on 2021-02-17 19:52 (UTC)
thanks for the heads up marza
marza commented on 2021-02-17 13:26 (UTC) (edited on 2021-02-17 13:26 (UTC) by marza)
Seems like the b2sums for setup.py and trezor_agent.py are failing.
I think the issue is that you're pulling those off the master branch. Should be:
digital_mystik commented on 2021-01-05 20:18 (UTC)
python-shutilwhich
does not meet the package dependency, butbackports.shutil_which
will (available with pip). This is a temporary fix until there are changes upstream since Python 2 is no longer supported anyway.