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
|
Source: python-libusb1
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10~),
dh-python,
python-all,
python3-all,
pypy,
libusb-1.0-0
Build-Depends-Indep: python-setuptools,
python3-setuptools,
pypy-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/vpelletier/python-libusb1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-libusb1.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-libusb1
Package: python-libusb1
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
libusb-1.0-0
Description: Python wrapper for libusb1 (Python 2)
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.
Package: python3-libusb1
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.
Package: pypy-libusb1
Architecture: all
Depends: ${pypy:Depends},
${misc:Depends},
libusb-1.0-0
Description: Python wrapper for libusb1 (PyPy)
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.
|