generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/python-ibmiotf/Config.in
Normal file
12
package/python-ibmiotf/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_IBMIOTF
|
||||
bool "python-ibmiotf"
|
||||
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
|
||||
select BR2_PACKAGE_PYTHON_PAHO_MQTT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT # runtime
|
||||
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
||||
help
|
||||
Python Client for IBM Watson IoT Platform.
|
||||
|
||||
https://github.com/ibm-watson-iot/iot-python
|
||||
5
package/python-ibmiotf/python-ibmiotf.hash
Normal file
5
package/python-ibmiotf/python-ibmiotf.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ibmiotf/json
|
||||
md5 a103427c15b2bc96d72de5e58975638c ibmiotf-0.4.0.tar.gz
|
||||
sha256 753a29858d48ebd89aff8b73c207028814714d8a004a3c19b436c9bbeaa65ce6 ibmiotf-0.4.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2c153c48f67e56031036fc28d12f76238a5151494bdfc24b6b81ec734c387a2d LICENSE
|
||||
14
package/python-ibmiotf/python-ibmiotf.mk
Normal file
14
package/python-ibmiotf/python-ibmiotf.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ibmiotf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IBMIOTF_VERSION = 0.4.0
|
||||
PYTHON_IBMIOTF_SOURCE = ibmiotf-$(PYTHON_IBMIOTF_VERSION).tar.gz
|
||||
PYTHON_IBMIOTF_SITE = https://files.pythonhosted.org/packages/78/05/029ca6f78b788a3c55157fd11bb63922d002d75df982ffb8243f450a750e
|
||||
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
|
||||
PYTHON_IBMIOTF_LICENSE = EPL-1.0
|
||||
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user