1DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX"
2HOMEPAGE = "https://github.com/ralphbean/ansi2html"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404"
4LICENSE = "GPL-3.0-only"
5
6PYPI_PACKAGE = "ansi2html"
7
8SRC_URI[sha256sum] = "69316be8c68ac91c5582d397c2890e69c993cc7cda52062ac7e45fcb660d8edc"
9
10inherit pypi python_setuptools_build_meta
11
12DEPENDS += " \
13	${PYTHON_PN}-setuptools-scm-native \
14	${PYTHON_PN}-toml-native \
15"
16
17RDEPENDS:${PN} = " \
18	${PYTHON_PN}-six \
19	${PYTHON_PN}-compression \
20"
21