Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 = "http://www.python-excel.org/" |
| 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811" |
| 8 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b" |
| 10 | SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069" |
| 11 | |
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |