aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2016-01-22 23:57:33 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-01 15:51:17 +0100
commitea5da3c1eef743c9316a63903d0f8678bf2cc5c0 (patch)
treed2ac09a0817f3cdd5e9c5b3ed13954651bbf118a
parent3cf309f5d815e87d3c5634df0b817815f18c69fd (diff)
downloadmeta-python2-ea5da3c1eef743c9316a63903d0f8678bf2cc5c0.tar.gz
python(3)-xlrd: add recipes
(From meta-openembedded commit: 61684f916bc17284a11535f406e43b66fc86fb46) Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-xlrd.inc10
-rw-r--r--recipes-devtools/python/python-xlrd_0.9.4.bb2
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-xlrd.inc b/recipes-devtools/python/python-xlrd.inc
new file mode 100644
index 0000000..3c0d26d
--- /dev/null
+++ b/recipes-devtools/python/python-xlrd.inc
@@ -0,0 +1,10 @@
+SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
+DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
+ versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
+Strong support for Excel dates. Unicode-aware."
+HOMEPAGE = "http://www.python-excel.org/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811"
+
+SRC_URI[md5sum] = "911839f534d29fe04525ef8cd88fe865"
+SRC_URI[sha256sum] = "8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72"
diff --git a/recipes-devtools/python/python-xlrd_0.9.4.bb b/recipes-devtools/python/python-xlrd_0.9.4.bb
new file mode 100644
index 0000000..16eeac3
--- /dev/null
+++ b/recipes-devtools/python/python-xlrd_0.9.4.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-xlrd.inc