1e85e54729
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
637 B
Makefile
16 lines
637 B
Makefile
################################################################################
|
|
#
|
|
# python-termcolor
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TERMCOLOR_VERSION = 2.2.0
|
|
PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
|
|
PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/e5/4e/b2a54a21092ad2d5d70b0140e4080811bee06a39cc8481651579fe865c89
|
|
PYTHON_TERMCOLOR_SETUP_TYPE = pep517
|
|
PYTHON_TERMCOLOR_LICENSE = MIT
|
|
PYTHON_TERMCOLOR_LICENSE_FILES = COPYING.txt
|
|
PYTHON_TERMCOLOR_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|