Files
buildroot/package/python-pylru/python-pylru.mk
Bernd Kuhls 35473bc31e package/python-pylru: bump version to 1.3.1
https://github.com/jlhutch/pylru/compare/v1.2.1...v1.3.1

Updated license hash due to upstream commit
05ff7f16db
which switched the license to MIT.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-05-03 16:48:24 +02:00

15 lines
529 B
Makefile

################################################################################
#
# python-pylru
#
################################################################################
PYTHON_PYLRU_VERSION = 1.3.1
PYTHON_PYLRU_SOURCE = pylru-$(PYTHON_PYLRU_VERSION).tar.gz
PYTHON_PYLRU_SITE = https://files.pythonhosted.org/packages/76/5f/1c22971415233fa6132453fa8b5a7464b7b7af004a2f236717de403a42c6
PYTHON_PYLRU_SETUP_TYPE = setuptools
PYTHON_PYLRU_LICENSE = MIT
PYTHON_PYLRU_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))