python-cachetools.mk 570 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # python-cachetools
  4. #
  5. ################################################################################
  6. PYTHON_CACHETOOLS_VERSION = 5.3.2
  7. PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
  8. PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/10/21/1b6880557742c49d5b0c4dcf0cf544b441509246cdd71182e0847ac859d5
  9. PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
  10. PYTHON_CACHETOOLS_LICENSE = MIT
  11. PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
  12. $(eval $(python-package))