mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-cachetools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CACHETOOLS_VERSION = 5.5.0
|
|
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
|
|
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7
|
|
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_CACHETOOLS_LICENSE = MIT
|
|
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|