mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-26 09:11:07 -09:00
https://github.com/tkem/cachetools/blob/v6.2.2/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-cachetools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CACHETOOLS_VERSION = 6.2.2
|
|
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
|
|
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/fb/44/ca1675be2a83aeee1886ab745b28cda92093066590233cc501890eb8417a
|
|
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_CACHETOOLS_LICENSE = MIT
|
|
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|