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

Upgrade to release 1.4.0: - Add fix for issue for where a y_axis font rotation of 0 was ignored. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
14 lines
394 B
BlitzBasic
14 lines
394 B
BlitzBasic
SUMMARY = "Python 2 and 3 compatibility library"
|
|
HOMEPAGE = "https://xlsxwriter.readthedocs.io"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "XlsxWriter"
|
|
|
|
SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|