727889c879
While at it, remove the md5 hash as there is already a sha256 hash. Note that the checksum of the license changed, but the license is still the same (the only change in the license file is the removal of a blank line at the end of the file). Changelog: https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
581 B
Makefile
15 lines
581 B
Makefile
################################################################################
|
|
#
|
|
# python-s3transfer
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_S3TRANSFER_VERSION = 0.6.0
|
|
PYTHON_S3TRANSFER_SOURCE = s3transfer-$(PYTHON_S3TRANSFER_VERSION).tar.gz
|
|
PYTHON_S3TRANSFER_SITE = https://files.pythonhosted.org/packages/e1/eb/e57c93d5cd5edf8c1d124c831ef916601540db70acd96fa21fe60cef1365
|
|
PYTHON_S3TRANSFER_SETUP_TYPE = setuptools
|
|
PYTHON_S3TRANSFER_LICENSE = Apache-2.0
|
|
PYTHON_S3TRANSFER_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|