summaryrefslogtreecommitdiffstats
path: root/package/python-characteristic/python-characteristic.mk
diff options
context:
space:
mode:
authorMauro Condarelli <mc5686@mclink.it>2016-02-06 23:59:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-17 22:28:25 +0100
commiteb570bb560da656f75f3aed1ac203f48381f846f (patch)
treefa5cc406bddbaa41f532f2e31e39bfb2335db452 /package/python-characteristic/python-characteristic.mk
parent2eee4170bea5f9d42b2a0bb6f4e7f39f216c8f96 (diff)
downloadbuildroot-eb570bb560da656f75f3aed1ac203f48381f846f.tar.gz
buildroot-eb570bb560da656f75f3aed1ac203f48381f846f.zip
python-characteristic: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-characteristic/python-characteristic.mk')
-rw-r--r--package/python-characteristic/python-characteristic.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-characteristic/python-characteristic.mk b/package/python-characteristic/python-characteristic.mk
new file mode 100644
index 0000000000..dc3e8bb299
--- /dev/null
+++ b/package/python-characteristic/python-characteristic.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-characteristic
+#
+################################################################################
+
+PYTHON_CHARACTERISTIC_VERSION = 14.3.0
+PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz
+PYTHON_CHARACTERISTIC_SITE = http://pypi.python.org/packages/source/c/characteristic
+PYTHON_CHARACTERISTIC_LICENSE = MIT
+PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE
+PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud