diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb new file mode 100644 index 0000000000..928e52ed04 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" | ||
| 2 | DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\ | ||
| 3 | versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ | ||
| 4 | Strong support for Excel dates. Unicode-aware." | ||
| 5 | HOMEPAGE = "https://www.python-excel.org/" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" | ||
| 10 | |||
| 11 | |||
| 12 | SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ | ||
| 13 | " | ||
| 14 | SRCREV = "3a19d22014d7b3f3041b7188d21a653c18c709bf" | ||
| 15 | |||
| 16 | |||
| 17 | inherit ptest-python-pytest setuptools3 | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | python3-compression \ | ||
| 21 | python3-io \ | ||
| 22 | python3-mmap \ | ||
| 23 | python3-pprint \ | ||
| 24 | python3-shell \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS:${PN}-ptest += " \ | ||
| 28 | python3-pytest \ | ||
| 29 | python3-unittest-automake-output \ | ||
| 30 | " | ||
| 31 | |||
| 32 | BBCLASSEXTEND = "native nativesdk" | ||
