kumquat-buildroot/package/python-cached-property/python-cached-property.mk
Asaf Kahlon d112444d28 package/python-cached-property: bump to version 1.5.2
Plus, indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-05 21:31:15 +02:00

15 lines
624 B
Makefile

################################################################################
#
# python-cached-property
#
################################################################################
PYTHON_CACHED_PROPERTY_VERSION = 1.5.2
PYTHON_CACHED_PROPERTY_SOURCE = cached-property-$(PYTHON_CACHED_PROPERTY_VERSION).tar.gz
PYTHON_CACHED_PROPERTY_SITE = https://files.pythonhosted.org/packages/61/2c/d21c1c23c2895c091fa7a91a54b6872098fea913526932d21902088a7c41
PYTHON_CACHED_PROPERTY_SETUP_TYPE = setuptools
PYTHON_CACHED_PROPERTY_LICENSE = BSD-3-Clause
PYTHON_CACHED_PROPERTY_LICENSE_FILES = LICENSE
$(eval $(python-package))