blob: e53dd4d5b9108ff910d45e0b0cf5faa143e73e48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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] = "eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf"
BBCLASSEXTEND = "native nativesdk"
|