You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
e149215669
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
538 B
Makefile
15 lines
538 B
Makefile
################################################################################
|
|
#
|
|
# python-click
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CLICK_VERSION = 8.1.3
|
|
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
|
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8
|
|
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
|
PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
|
|
PYTHON_CLICK_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|