Search Criteria
Package Details: python-pygatt 5.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pygatt.git (read-only, click to copy) |
---|---|
Package Base: | python-pygatt |
Description: | Python Bluetooth LE (Low Energy) and GATT Library |
Upstream URL: | https://github.com/peplin/pygatt |
Licenses: | Apache-2.0 AND MIT |
Submitter: | jose1711 |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-11 13:47 (UTC) |
Last Updated: | 2024-11-29 18:52 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-pexpect
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-coverage (check)
- python-mockAUR (check)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
moormaster commented on 2019-11-22 20:55 (UTC)
anodium commented on 2019-07-29 04:38 (UTC) (edited on 2019-07-30 06:19 (UTC) by anodium)
@jose1711 I've made a patch that adds support for Python 2.x by splitting the package into python-pygatt and python2-pygatt, and adding python-enum-compat to the python2 package's depends array. I've also added a
check()
function so that the packages runs their testsuite automatically.You can install the patch with
git am python-pygatt.patch
.« First ‹ Previous 1 2