mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
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>
15 lines
529 B
Makefile
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))
|