python-cachetools.mk 570 B

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