generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
11
package/python-botocore/Config.in
Normal file
11
package/python-botocore/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_BOTOCORE
|
||||
bool "python-botocore"
|
||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
|
||||
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
||||
help
|
||||
Low-level, data-driven core of boto 3.
|
||||
|
||||
https://github.com/boto/botocore
|
||||
4
package/python-botocore/python-botocore.hash
Normal file
4
package/python-botocore/python-botocore.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# sha256 from https://pypi.org/pypi/botocore/json
|
||||
sha256 db6667b8dfd175d16187653942cd91dd1f0cf36adc0ea9d7a0805ba4d2a3321f botocore-1.27.8.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
|
||||
14
package/python-botocore/python-botocore.mk
Normal file
14
package/python-botocore/python-botocore.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-botocore
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BOTOCORE_VERSION = 1.27.8
|
||||
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
||||
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/d1/b0/ea92703bbbf82353d571636fe6697b162c3881576986d6474119d03fce53
|
||||
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
||||
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
||||
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user