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
|
Source: hidapi-cffi
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Aigars Mahinovs <aigarius@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
python3-setuptools,
python3-all,
debhelper-compat (= 13),
dh-sequence-python3,
python3-cffi,
libhidapi-dev,
Vcs-Browser: https://salsa.debian.org/python-team/packages/hidapi-cffi
Vcs-Git: https://salsa.debian.org/python-team/packages/hidapi-cffi.git
Homepage: https://github.com/jbaiter/hidapi-cffi
Package: python3-hidapi
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
libhidapi-hidraw0 | libhidapi-libusb0,
python3-cffi,
Description: Python bindings for the HID API
Python bindings for libhidapi for working with Human Interface Devices
such as mouses and keyboards.
|