16 lines
637 B
Makefile
16 lines
637 B
Makefile
################################################################################
|
|
#
|
|
# python-termcolor
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TERMCOLOR_VERSION = 2.4.0
|
|
PYTHON_TERMCOLOR_SOURCE = termcolor-$(PYTHON_TERMCOLOR_VERSION).tar.gz
|
|
PYTHON_TERMCOLOR_SITE = https://files.pythonhosted.org/packages/10/56/d7d66a84f96d804155f6ff2873d065368b25a07222a6fd51c4f24ef6d764
|
|
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))
|