File: control

package info (click to toggle)
python-trezor 0.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,140 kB
  • sloc: python: 8,350; xml: 24; sh: 16; makefile: 5
file content (71 lines) | stat: -rw-r--r-- 2,226 bytes parent folder | download
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
70
71
Source: python-trezor
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Tristan Seligmann <mithrandi@debian.org>,
 Richard Ulrich <richi@paraeasy.ch>,
Section: python
Homepage: https://github.com/trezor/trezor-firmware
Priority: optional
Build-Depends:
 bash-completion,
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-attr,
 python3-click,
 python3-construct,
 python3-ecdsa,
 python3-hid,
 python3-libusb1,
 python3-mnemonic,
 python3-pil,
 python3-protobuf,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-typing-extensions,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trezor
Vcs-Git: https://salsa.debian.org/python-team/packages/python-trezor.git
Rules-Requires-Root: no

Package: trezor
Architecture: all
Depends:
 python3-trezor (= ${source:Version}),
 ${misc:Depends},
 ${python3:Depends},
Section: utils
Breaks:
 python-trezor,
Replaces:
 python-trezor,
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: python3-trezor
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 electrum (<< 3.1.0),
Recommends:
 python3-attr,
 python3-hid,
 python3-pil,
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.