summaryrefslogtreecommitdiffstats
path: root/package/python-tabledata/python-tabledata.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-12-07 09:20:19 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-12-07 22:33:32 +0100
commit7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7 (patch)
tree659906c0d690678c5a13e27f862144379e411036 /package/python-tabledata/python-tabledata.mk
parent2b17849195926ca20b384e848c480b1eab033584 (diff)
downloadbuildroot-7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7.tar.gz
buildroot-7ac8ffead45eddb015c3c7d0b322eb0fa9adc7b7.zip
python-tabledata: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-tabledata/python-tabledata.mk')
-rw-r--r--package/python-tabledata/python-tabledata.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/python-tabledata/python-tabledata.mk b/package/python-tabledata/python-tabledata.mk
new file mode 100644
index 0000000000..1305909374
--- /dev/null
+++ b/package/python-tabledata/python-tabledata.mk
@@ -0,0 +1,21 @@
+################################################################################
+#
+# python-tabledata
+#
+################################################################################
+
+PYTHON_TABLEDATA_VERSION = 0.0.5
+PYTHON_TABLEDATA_SOURCE = tabledata-$(PYTHON_TABLEDATA_VERSION).tar.gz
+PYTHON_TABLEDATA_SITE = https://pypi.python.org/packages/9d/03/2e96d18f2bd4b76611fc6aa3881c7e15c857eea99debea9b80ec689354ba
+PYTHON_TABLEDATA_SETUP_TYPE = setuptools
+PYTHON_TABLEDATA_LICENSE = MIT
+PYTHON_TABLEDATA_LICENSE_FILES = LICENSE
+
+# remove setup.cfg as it tries to create a wheel file and hence
+# breaks the build process
+define PYTHON_TABLEDATA_REMOVE_SETUP_CFG
+ rm $(@D)/setup.cfg
+endef
+PYTHON_TABLEDATA_POST_EXTRACT_HOOKS = PYTHON_TABLEDATA_REMOVE_SETUP_CFG
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud