summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-06-27 08:46:55 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-28 21:42:01 +0200
commitfb4aa6dc0590f5b9160d26bf478e9f3c71003ebe (patch)
tree125886343f649da9f8268752ab73a44eaefc9a22
parent244ffaafd18723fece75f45c14e0f0652dc1ebf3 (diff)
downloadbuildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.tar.gz
buildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.zip
python-xlrd: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/Config.in1
-rw-r--r--package/python-xlrd/Config.in11
-rw-r--r--package/python-xlrd/python-xlrd.hash4
-rw-r--r--package/python-xlrd/python-xlrd.mk14
4 files changed, 30 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index a2a02a8c5e..e5ddc3ea24 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -776,6 +776,7 @@ menu "External python modules"
source "package/python-werkzeug/Config.in"
source "package/python-ws4py/Config.in"
source "package/python-wsaccel/Config.in"
+ source "package/python-xlrd/Config.in"
source "package/python-xlsxwriter/Config.in"
source "package/python-zope-interface/Config.in"
endmenu
diff --git a/package/python-xlrd/Config.in b/package/python-xlrd/Config.in
new file mode 100644
index 0000000000..81331f9d58
--- /dev/null
+++ b/package/python-xlrd/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_XLRD
+ bool "python-xlrd"
+ select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
+ help
+ Library for developers to extract data from Microsoft Excel (tm)
+ spreadsheet files.
+
+ http://www.python-excel.org/
diff --git a/package/python-xlrd/python-xlrd.hash b/package/python-xlrd/python-xlrd.hash
new file mode 100644
index 0000000000..8075605a95
--- /dev/null
+++ b/package/python-xlrd/python-xlrd.hash
@@ -0,0 +1,4 @@
+# md5 from https://pypi.python.org/pypi/xlrd/json
+md5 9a91b688cd4945477ac28187a54f9a3b xlrd-1.0.0.tar.gz
+# sha256 calculated by scanpypi
+sha256 0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069 xlrd-1.0.0.tar.gz
diff --git a/package/python-xlrd/python-xlrd.mk b/package/python-xlrd/python-xlrd.mk
new file mode 100644
index 0000000000..50f76243ee
--- /dev/null
+++ b/package/python-xlrd/python-xlrd.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-xlrd
+#
+################################################################################
+
+PYTHON_XLRD_VERSION = 1.0.0
+PYTHON_XLRD_SOURCE = xlrd-$(PYTHON_XLRD_VERSION).tar.gz
+PYTHON_XLRD_SITE = https://pypi.python.org/packages/42/85/25caf967c2d496067489e0bb32df069a8361e1fd96a7e9f35408e56b3aab
+PYTHON_XLRD_SETUP_TYPE = setuptools
+PYTHON_XLRD_LICENSE = BSD-3c
+PYTHON_XLRD_LICENSE_FILES = xlrd/licences.py
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud