mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
12 lines
293 B
HTML
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"
|