initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_XLRD
|
||||
bool "python-xlrd"
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Library for developers to extract data from Microsoft
|
||||
Excel(tm) spreadsheet files.
|
||||
|
||||
http://www.python-excel.org/
|
||||
@@ -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/
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user