mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-cachetools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CACHETOOLS_VERSION = 6.2.1
|
|
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
|
|
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/cc/7e/b975b5814bd36faf009faebe22c1072a1fa1168db34d285ef0ba071ad78c
|
|
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_CACHETOOLS_LICENSE = MIT
|
|
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|