generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-xlrd/Config.in
Normal file
9
package/python-xlrd/Config.in
Normal 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/
|
||||
7
package/python-xlrd/Config.in.host
Normal file
7
package/python-xlrd/Config.in.host
Normal 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/
|
||||
5
package/python-xlrd/python-xlrd.hash
Normal file
5
package/python-xlrd/python-xlrd.hash
Normal 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
|
||||
15
package/python-xlrd/python-xlrd.mk
Normal file
15
package/python-xlrd/python-xlrd.mk
Normal 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))
|
||||
Reference in New Issue
Block a user