diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb new file mode 100644 index 0000000000..b5e15f14c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
