15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-cachetools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CACHETOOLS_VERSION = 5.3.2
|
|
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
|
|
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/10/21/1b6880557742c49d5b0c4dcf0cf544b441509246cdd71182e0847ac859d5
|
|
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_CACHETOOLS_LICENSE = MIT
|
|
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|