kumquat-buildroot/package/python-botocore/python-botocore.mk

15 lines
564 B
Makefile
Raw Normal View History

################################################################################
#
# python-botocore
#
################################################################################
PYTHON_BOTOCORE_VERSION = 1.22.2
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/0d/95/f2e74e4a91994d9ebe45746f75a8c5cafd723a88270a9772d8d66e1a8ba1
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))