blob: 7960f83c057c4919f0959ed8094f66a0c69f80c4 (
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
|
pkgbase = python-trezor
pkgdesc = Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
pkgver = 0.13.9
pkgrel = 1
url = https://github.com/trezor/trezor-firmware/tree/master/python
arch = any
license = LGPL3
makedepends = python-setuptools
depends = protobuf
depends = python
depends = python-ecdsa
depends = python-mnemonic
depends = python-requests
depends = python-click
depends = python-libusb1
depends = python-construct
depends = python-typing_extensions
depends = python-simple-rlp
depends = python-construct-classes
depends = python-protobuf
depends = python-attrs
optdepends = python-hidapi: Firmware-less Trezor One setup
provides = python-trezor
provides = trezorctl
conflicts = trezorctl
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/t/trezor/trezor-0.13.9.tar.gz
sha256sums = 9450bd7bb9d23e5e33a3c9e58e18f058b44c9d9c34ca664b4981a795aa9fb1ef
pkgname = python-trezor
|