blob: f2f2b9eed82676b1a002492ad3377a6107bf5db5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = python-trezor-agent
pkgdesc = Using hardware wallets as SSH/GPG agent
pkgver = 0.14.8
pkgrel = 1
url = https://github.com/romanz/trezor-agent
arch = any
license = LGPL3
makedepends = python-setuptools
depends = libusb
depends = python
depends = python-bech32
depends = python-configargparse
depends = python-construct-classes
depends = python-cryptography
depends = python-daemon
depends = python-docutils
depends = python-ecdsa
depends = python-hidapi
depends = python-mnemonic
depends = python-pymsgbox
depends = python-pynacl
depends = python-semver
depends = python-simple-rlp
depends = python-trezor>=0.13
depends = python-unidecode
depends = python-wheel
depends = trezor-udev
optdepends = gnupg>=2.1.11: encrypt and sign with Trezor
source = python-trezor-agent-0.14.8.tar.gz::https://github.com/romanz/trezor-agent/archive/v0.14.8.tar.gz
source = setup-drop-shutil-backport-dep.patch
sha256sums = 1216a567b528267f2089280484adc17d9c51cbc63b3bf2a0b33c2c4f622873d9
sha256sums = 5d5478d92d666066a6aa4e43c51109150841b9d10075ba622b2e0c1ccbb8b29c
pkgname = python-trezor-agent
|