File: control

package info (click to toggle)
python-libusb1 3.3.1%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: python: 3,259; sh: 98; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,469 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
Source: python-libusb1
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>,
           Soren Stoutner <soren@debian.org>
# python3-all-dev is required for testing when there is more than 1 version of
# Python in Debian at the same time.
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-versioneer,
               python3-wheel,
               libusb-1.0-0,
               pyinstaller <!nocheck>,
               python3-all-dev <!nocheck>,
               python3-pytest <!nocheck>
Homepage: https://github.com/vpelletier/python-libusb1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-libusb1.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-libusb1
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.3

Package: python3-usb1
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         libusb-1.0-0
Description: Python wrapper for libusb1 (Python 3)
 Makes the whole libusb1 API available to Python. Both synchronous and
 asynchronous APIs are exposed, giving access to all USB transfer types
 (control, bulk, interrupt, isochronous).
 .
 This Python module differs from pyusb in that it only aims to wrap
 libusb1. As a consequence, it can expose all libusb1 features and not a
 subset common to various usb libraries.