python-ibmiotf: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov
2017-09-12 11:50:56 +02:00
committed by Peter Korsgaard
parent dc5892d49c
commit 403846cee9
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-ibmiotf
#
################################################################################
PYTHON_IBMIOTF_VERSION = 0.2.8
PYTHON_IBMIOTF_SITE = $(call github,ibm-watson-iot,iot-python,$(PYTHON_IBMIOTF_VERSION))
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
PYTHON_IBMIOTF_LICENSE = EPL-1.0
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
$(eval $(python-package))