[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_XLWT
bool "python-xlwt"
help
Library to create spreadsheet files compatible with MS Excel
97/2000/XP/2003 XLS files, on any platform, with Python 2.6,
2.7, 3.3+.
http://www.python-excel.org/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/xlwt/json
md5 4b1ca8a3cef3261f4b4dc3f138e383a8 xlwt-1.3.0.tar.gz
sha256 c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88 xlwt-1.3.0.tar.gz
# Locally computed
sha256 7f7b66f23fdac4f68fe3b342dd16b329d511017a901784a5ceb83f505f2de7c6 docs/licenses.rst

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-xlwt
#
################################################################################
PYTHON_XLWT_VERSION = 1.3.0
PYTHON_XLWT_SOURCE = xlwt-$(PYTHON_XLWT_VERSION).tar.gz
PYTHON_XLWT_SITE = https://files.pythonhosted.org/packages/06/97/56a6f56ce44578a69343449aa5a0d98eefe04085d69da539f3034e2cd5c1
PYTHON_XLWT_SETUP_TYPE = setuptools
PYTHON_XLWT_LICENSE = BSD-3-Clause, BSD-4-Clause
PYTHON_XLWT_LICENSE_FILES = docs/licenses.rst
$(eval $(python-package))