mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
See the release notes here (also including versions 8.4.0 and 8.4.1): https://click.palletsprojects.com/en/stable/changes/ Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
532 B
Makefile
15 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# python-click
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CLICK_VERSION = 8.4.2
|
|
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
|
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/76/d4/81420972a676e8ffea40450d8c8c92943e7218a78fe9b64359836cc9876b
|
|
PYTHON_CLICK_SETUP_TYPE = flit
|
|
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
|
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|