python-botocore.mk 565 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # python-botocore
  4. #
  5. ################################################################################
  6. PYTHON_BOTOCORE_VERSION = 1.29.96
  7. PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
  8. PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/2d/b5/4a986aeb4e3d182f7ef116705962d3c98c0263beaf87c49836b7dfb91837
  9. PYTHON_BOTOCORE_SETUP_TYPE = setuptools
  10. PYTHON_BOTOCORE_LICENSE = Apache-2.0
  11. PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
  12. $(eval $(python-package))