mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user