15 lines
566 B
Makefile
15 lines
566 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# python-botocore
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
PYTHON_BOTOCORE_VERSION = 1.12.210
|
||
|
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
||
|
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/39/78/068e7cf5bb9901f34eacbf449cdfbdf32e470333930cbcda890cfc9fb820
|
||
|
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
||
|
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
||
|
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
|
||
|
|
||
|
$(eval $(python-package))
|