blob: 47f7938f16156befbc2ac507cb8cebf3d41523ee [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001SUMMARY = "ANSII Color formatting for output in terminal"
2HOMEPAGE = "https://pypi.python.org/pypi/termcolor"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
6
7inherit pypi python_setuptools_build_meta
8
9SRC_URI[sha256sum] = "6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"
10
11DEPENDS += " \
12 ${PYTHON_PN}-toml-native \
13 ${PYTHON_PN}-hatch-vcs-native \
14"
15
16BBCLASSEXTEND = "native"