[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,9 @@
config BR2_PACKAGE_PYTHON_XLRD
bool "python-xlrd"
select BR2_PACKAGE_PYTHON3_PYEXPAT
select BR2_PACKAGE_PYTHON3_ZLIB
help
Library for developers to extract data from Microsoft
Excel(tm) spreadsheet files.
http://www.python-excel.org/

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_PYTHON_XLRD
bool "host python-xlrd"
help
Library for developers to extract data from Microsoft
Excel(tm) spreadsheet files.
http://www.python-excel.org/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/xlrd/json
md5 ae3f951c857a490d432f0a7d722352bf xlrd-2.0.1.tar.gz
sha256 f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88 xlrd-2.0.1.tar.gz
# Locally computed sha256 checksums
sha256 b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815 LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-xlrd
#
################################################################################
PYTHON_XLRD_VERSION = 2.0.1
PYTHON_XLRD_SOURCE = xlrd-$(PYTHON_XLRD_VERSION).tar.gz
PYTHON_XLRD_SITE = https://files.pythonhosted.org/packages/a6/b3/19a2540d21dea5f908304375bd43f5ed7a4c28a370dc9122c565423e6b44
PYTHON_XLRD_SETUP_TYPE = setuptools
PYTHON_XLRD_LICENSE = BSD-3-Clause
PYTHON_XLRD_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))