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_S3TRANSFER
bool "python-s3transfer"
select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
# runtime, not needed for python3:
select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON
help
An Amazon S3 Transfer Manager.
https://github.com/boto/s3transfer
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/s3transfer/json
md5 8ca74015d9dc58af26c68276a8867eca s3transfer-0.2.1.tar.gz
sha256 6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d s3transfer-0.2.1.tar.gz
# Locally computed sha256 checksums
sha256 8c6db340475136df3c1201d458fa5755698eace76e510471ecc9d857d6083dac LICENSE.txt
@@ -0,0 +1,14 @@
################################################################################
#
# python-s3transfer
#
################################################################################
PYTHON_S3TRANSFER_VERSION = 0.2.1
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/39/12/150cd55c606ebca6725683642a8e7068cd6af10f837ce5419a9f16b7fb55
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))