e49122a58d
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
564 B
Makefile
15 lines
564 B
Makefile
################################################################################
|
|
#
|
|
# python-botocore
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTOCORE_VERSION = 1.27.8
|
|
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
|
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/d1/b0/ea92703bbbf82353d571636fe6697b162c3881576986d6474119d03fce53
|
|
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
|
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
|
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|