This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_PYTHON_BLUEZERO
bool "python-bluezero"
help
Python library for Bluetooth Low Energy (BLE) on Linux.
For central.py, peripheral.py and broadcaster.py you need
to enable the dbus-python and the bluez5-utils package.
For observer.py, you need to enable the python-aioblescan
package.
https://github.com/ukBaz/python-bluezero
@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/bluezero/json
md5 eeb444ecaf7c6bd2613d8ff0eb92d0ac bluezero-0.3.0.tar.gz
sha256 7ebe7243169b5c7600941cb6aa31bc3f8b475c22f5ac32a94d2b0200d5faf684 bluezero-0.3.0.tar.gz
@@ -0,0 +1,13 @@
################################################################################
#
# python-bluezero
#
################################################################################
PYTHON_BLUEZERO_VERSION = 0.3.0
PYTHON_BLUEZERO_SOURCE = bluezero-$(PYTHON_BLUEZERO_VERSION).tar.gz
PYTHON_BLUEZERO_SITE = https://files.pythonhosted.org/packages/e4/d8/c5451133c0773a0378cadb6c014d7f03b5786da1d39af2f9eaa8028e6662
PYTHON_BLUEZERO_SETUP_TYPE = setuptools
PYTHON_BLUEZERO_LICENSE = MIT
$(eval $(python-package))