1################################################################################ 2# 3# python-backports-functools-lru-cache 4# 5################################################################################ 6 7PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_VERSION = 1.5 8PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_SOURCE = backports.functools_lru_cache-$(PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_VERSION).tar.gz 9PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_SITE = https://files.pythonhosted.org/packages/57/d4/156eb5fbb08d2e85ab0a632e2bebdad355798dece07d4752f66a8d02d1ea 10PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_SETUP_TYPE = setuptools 11PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_DEPENDENCIES = host-python-setuptools-scm 12PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_LICENSE = MIT 13PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE_LICENSE_FILES = LICENSE 14 15$(eval $(python-package)) 16