python(3)-xlrd: add recipes

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
Sven Ebenfeld
2016-01-22 23:57:33 +01:00
committed by Martin Jansa
parent d5bb0a1420
commit 61684f916b
3 changed files with 14 additions and 0 deletions

View File

@@ -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"

View File

@@ -0,0 +1,2 @@
inherit pypi
require python-xlrd.inc

View File

@@ -0,0 +1,2 @@
inherit pypi3
require python-xlrd.inc