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