python-botocore.mk 564 B

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