thanks for the heads up marza
Search Criteria
Package Details: python-trezor-agent 0.14.2-2
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: | |
Submitter: | digital_mystik |
Maintainer: | digital_mystik |
Last Packager: | digital_mystik |
Votes: | 1 |
Popularity: | 0.87 |
First Submitted: | 2020-12-29 05:22 |
Last Updated: | 2021-02-17 19:48 |
Dependencies (14)
Required by (0)
Sources (3)
Latest Comments
digital_mystik commented on 2021-02-17 19:52
marza commented on 2021-02-17 13:26
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:
"https://raw.githubusercontent.com/romanz/$_name/v$pkgver/agents/trezor/setup.py"
"https://raw.githubusercontent.com/romanz/$_name/v$pkgver/agents/trezor/trezor_agent.py"
digital_mystik commented on 2021-01-05 20:18
python-shutilwhich
does not meet the package dependency, but backports.shutil_which
will (available with pip). This is a temporary fix until there are changes upstream since Python 2 is no longer supported anyway.
Pinned Comments
digital_mystik commented on 2021-01-05 20:18
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.