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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: python-trezor
Maintainer: Richard Ulrich <richi@paraeasy.ch>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Section: python
Homepage: https://github.com/trezor/python-trezor
Priority: optional
Build-Depends:
bash-completion,
debhelper (>= 11),
dh-python,
python-all,
python-ecdsa,
python-hid,
python-mnemonic,
python-protobuf,
python-requests,
python-setuptools,
python3-all,
python3-ecdsa,
python3-hid,
python3-mnemonic,
python3-protobuf,
python3-requests,
python3-setuptools,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-trezor
Vcs-Git: https://salsa.debian.org/python-team/modules/python-trezor.git
Package: trezor
Architecture: all
Depends: python3-trezor, ${misc:Depends}, ${python:Depends}
Section: utils
Breaks: python-trezor (<< 0.7.16-1)
Replaces: python-trezor (<< 0.7.16-1)
Description: utilities for communicating with TREZOR Bitcoin HW wallet
No matter how unprotected your computer or internet connection might be,
your coins always stay safe with TREZOR as it never exposes your private keys.
TREZOR is an isolated environment for offline transaction signing and using
a small display you can visually verify the transaction contents. That's why
all operations using TREZOR are entirely safe.
.
This package contains the trezorctl binary for interacting with a TREZOR
wallet, and the udev rules needed to make the device accessible.
Package: python-trezor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: electrum (<< 3.1.0)
Description: library for communicating with TREZOR Bitcoin HW wallet (Python 2)
No matter how unprotected your computer or internet connection might be,
your coins always stay safe with TREZOR as it never exposes your private keys.
TREZOR is an isolated environment for offline transaction signing and using
a small display you can visually verify the transaction contents. That's why
all operations using TREZOR are entirely safe.
.
This package contains the Python 2 version of python-trezor.
Package: python3-trezor
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: electrum (<< 3.1.0)
Description: library for communicating with TREZOR Bitcoin HW wallet (Python 3)
No matter how unprotected your computer or internet connection might be,
your coins always stay safe with TREZOR as it never exposes your private keys.
TREZOR is an isolated environment for offline transaction signing and using
a small display you can visually verify the transaction contents. That's why
all operations using TREZOR are entirely safe.
.
This package contains the Python 3 version of python-trezor.
|