This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_BOTO3
bool "python-boto3"
select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime
help
The AWS SDK for Python.
https://github.com/boto/boto3
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/boto3/json
md5 02e0d5ea4affd9c64e9166d5d3786766 boto3-1.9.210.tar.gz
sha256 e221f6867282266e06aec2213f0ea5fdbd4eb3facbca4fcbf96886073350bc5e boto3-1.9.210.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-boto3
#
################################################################################
PYTHON_BOTO3_VERSION = 1.9.210
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/d3/ac/79093e14a5397096d1fe4a17329a8453cebed8629cbc434e2dad5fb75b65
PYTHON_BOTO3_SETUP_TYPE = setuptools
PYTHON_BOTO3_LICENSE = Apache-2.0
PYTHON_BOTO3_LICENSE_FILES = LICENSE
$(eval $(python-package))