summaryrefslogtreecommitdiffstats
path: root/package/python-smbus-cffi/python-smbus-cffi.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-31 23:08:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-03 22:34:20 +0100
commit9d05cb121a93aa0501f4c7369881d304063c84da (patch)
treee1ddbbfe3f5c329f7efb07c443d4211f44e1363a /package/python-smbus-cffi/python-smbus-cffi.mk
parentce726bae3150506174fd612318615a3be81224bc (diff)
downloadbuildroot-9d05cb121a93aa0501f4c7369881d304063c84da.tar.gz
buildroot-9d05cb121a93aa0501f4c7369881d304063c84da.zip
python-smbus-cffi: new package
[Thomas: - fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-smbus-cffi/python-smbus-cffi.mk')
-rw-r--r--package/python-smbus-cffi/python-smbus-cffi.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-smbus-cffi/python-smbus-cffi.mk b/package/python-smbus-cffi/python-smbus-cffi.mk
new file mode 100644
index 0000000000..5fd9558e87
--- /dev/null
+++ b/package/python-smbus-cffi/python-smbus-cffi.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# python-smbus-cffi
+#
+################################################################################
+
+PYTHON_SMBUS_CFFI_VERSION = 0.5.1
+PYTHON_SMBUS_CFFI_SOURCE = smbus-cffi-$(PYTHON_SMBUS_CFFI_VERSION).tar.gz
+PYTHON_SMBUS_CFFI_SITE = https://pypi.python.org/packages/source/s/smbus-cffi
+PYTHON_SMBUS_CFFI_SETUP_TYPE = setuptools
+PYTHON_SMBUS_CFFI_LICENSE = GPLv2
+PYTHON_SMBUS_CFFI_LICENSE_FILES = LICENSE
+PYTHON_SMBUS_CFFI_DEPENDENCIES = host-python-cffi
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud