Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_PAHO_MQTT
bool "python-paho-mqtt"
help
The Paho Python Client provides a client class with support
for both MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x. It also
provides some helper functions to make publishing messages
to an MQTT server very straightforward.
https://pypi.python.org/pypi/paho-mqtt

View File

@@ -0,0 +1,6 @@
# md5 from https://pypi.python.org/pypi/paho-mqtt/json, sha256 locally computed
md5 2cc27d8b369700b1fc99325add0dadd2 paho-mqtt-1.3.1.tar.gz
sha256 31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122 paho-mqtt-1.3.1.tar.gz
sha256 76f13729e84e9222e543303df00f87d1b2c0995b6a505cd859a285667e44babb LICENSE.txt
sha256 e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c edl-v10
sha256 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c epl-v10

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-paho-mqtt
#
################################################################################
PYTHON_PAHO_MQTT_VERSION = 1.3.1
PYTHON_PAHO_MQTT_SOURCE = paho-mqtt-$(PYTHON_PAHO_MQTT_VERSION).tar.gz
PYTHON_PAHO_MQTT_SITE = https://pypi.python.org/packages/2a/5f/cf14b8f9f8ed1891cda893a2a7d1d6fa23de2a9fb4832f05cef02b79d01f
PYTHON_PAHO_MQTT_LICENSE = EPL-1.0 or EDLv1.0
PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt edl-v10 epl-v10
PYTHON_PAHO_MQTT_SETUP_TYPE = setuptools
$(eval $(python-package))