meta-openembedded/meta-python/recipes-devtools/python/python-xlsxwriter.inc
Andrej Valek 0b9e55a864 python3-xlsxwriter: add recipe for v 1.2.9
Recipe for https://xlsxwriter.readthedocs.io python3 module

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-16 12:09:39 -07:00

12 lines
293 B
HTML

SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://xlsxwriter.readthedocs.io"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
inherit pypi
PYPI_PACKAGE = "XlsxWriter"
BBCLASSEXTEND = "native nativesdk"