blob: d1ab05d4f038fe9c6823ef28f55ad4f8dd89ea64 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
2DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
3 versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
4Strong support for Excel dates. Unicode-aware."
5HOMEPAGE = "http://www.python-excel.org/"
6LICENSE = "BSD"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007LIC_FILES_CHKSUM = "file://PKG-INFO;md5=08bd814936237b6e1355e6370b24b2c1"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390"
10SRC_URI[sha256sum] = "8a21885513e6d915fe33a8ee5fdfa675433b61405ba13e2a69e62ee36828d7e2"
Patrick Williamsddad1a12017-02-23 20:36:32 -060011
12RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell"