mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/boto/s3transfer/blob/0.17.0/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
582 B
Makefile
15 lines
582 B
Makefile
################################################################################
|
|
#
|
|
# python-s3transfer
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_S3TRANSFER_VERSION = 0.17.0
|
|
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
|
|
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/9b/ec/7c692cde9125b77e84b307354d4fb705f98b8ccad59a036d5957ca75bfc3
|
|
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
|
|
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
|
|
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|