Changelog: https://github.com/boto/botocore/blob/1.40.50/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
604 B
Makefile
15 lines
604 B
Makefile
################################################################################
|
|
#
|
|
# python-botocore
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTOCORE_VERSION = 1.40.50
|
|
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
|
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/5b/66/21d9ac0d37e5c4e55171466351cfc77404d8d664ccc17d4add6dba1dee99
|
|
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
|
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
|
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/LICENSE
|
|
|
|
$(eval $(python-package))
|