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 | |
Andrew Geissler | f103a7f | 2021-05-07 16:09:40 -0500 | [diff] [blame] | 11 | SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" |
Andrew Geissler | e34f896 | 2021-04-15 15:53:51 -0500 | [diff] [blame] | 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |