Andrew Geissler | e34f896 | 2021-04-15 15:53:51 -0500 | [diff] [blame] | 1 | SUMMARY = "Python 2 and 3 compatibility library" |
2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" | ||||
3 | SECTION = "devel/python" | ||||
4 | LICENSE = "MIT" | ||||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e" | ||||
6 | |||||
7 | inherit pypi setuptools3 | ||||
8 | |||||
9 | PYPI_PACKAGE = "XlsxWriter" | ||||
10 | |||||
11 | SRC_URI[sha256sum] = "2b7e22b1268c2ed85d73e5629097c9a63357f2429667ada9863cd05ff8ee33aa" | ||||
12 | |||||
13 | BBCLASSEXTEND = "native nativesdk" |