[oe-commits] [meta-openembedded] 31/35: python(3)-xlrd: add recipes

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:48:06 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6ecefbd71a40755ccee6ceff7be3d3633e995c76
Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
AuthorDate: Fri Jan 22 23:57:33 2016 +0100

    python(3)-xlrd: add recipes
    
    Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
 meta-python/recipes-devtools/python/python-xlrd.inc       | 10 ++++++++++
 meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb  |  2 ++
 meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb |  2 ++
 3 files changed, 14 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc
new file mode 100644
index 0000000..3c0d26d
--- /dev/null
+++ b/meta-python/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/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb
new file mode 100644
index 0000000..16eeac3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-xlrd.inc
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb
new file mode 100644
index 0000000..407346f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-xlrd.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list