File: control

package info (click to toggle)
python-trezor 0.13.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,596 kB
  • sloc: python: 14,947; xml: 33; sh: 16; makefile: 3
file content (80 lines) | stat: -rw-r--r-- 3,645 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
72
73
74
75
76
77
78
79
80
Source: python-trezor
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>
Section: python
Priority: optional
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               dh-sequence-bash-completion,
               dh-sequence-python3,
               python3-all
Build-Depends-Indep: python3-click,
                     python3-construct,
                     python3-construct-classes,
                     python3-cryptography,
                     python3-ecdsa,
                     python3-hid,
                     python3-mnemonic,
                     python3-pil,
                     python3-protobuf,
                     python3-requests,
                     python3-setuptools,
                     python3-shamir-mnemonic,
                     python3-slip10,
                     python3-typing-extensions,
                     python3-usb1,
                     python3-pytest <!nocheck>,
Homepage: https://github.com/trezor/trezor-firmware/tree/main/python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trezor
Vcs-Git: https://salsa.debian.org/python-team/packages/python-trezor.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Standards-Version: 4.7.2

Package: trezor
Architecture: all
Depends: python3-trezor (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
# python3-pil and python3-pyqt5 are used by the Qt PIN widget.
Recommends: python3-pil,
            python3-pyqt5
# cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, and python3-hid allow updating firmware on older Trezor devices.
Suggests: cython3,
          libudev-dev,
          libusb-1.0-0-dev,
          python3-dev,
          python3-hid
Section: utils
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.
 .
 This package contains the trezorctl binary for interacting with a TREZOR
 wallet.

Package: python3-trezor
Architecture: all
# Temporarily hard code the dependencies to remove the python3-click upper bounds.  This can be reverted with the > 0.13.10 upstream release.  <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098252>
Depends: python3-click (>= 7), python3-construct, python3-construct-classes, python3-cryptography (>= 41), python3-ecdsa (>= 0.9), python3-mnemonic (>= 0.20), python3-requests (>= 2.4.0), python3-shamir-mnemonic, python3-slip10, python3-typing-extensions, python3-usb1, python3:any,
         ${misc:Depends}
#         ${python3:Depends}
# python3-pil and python3-pyqt5 are used by the Qt PIN widget.
Recommends: python3-pil,
            python3-pyqt5
# cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, and python3-hid allow updating firmware on older Trezor devices.
Suggests: cython3,
          libudev-dev,
          libusb-1.0-0-dev,
          python3-dev,
          python3-hid
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.
 .
 This package contains the Python 3 version of python-trezor.