blob: 0f1804de88c078eb677809d68754652e6323bff9 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001DESCRPTION = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-3.0-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005
6PYPI_PACKAGE = "ansi2html"
7
8SRC_URI[sha256sum] = "69316be8c68ac91c5582d397c2890e69c993cc7cda52062ac7e45fcb660d8edc"
9
Andrew Geissler9aee5002022-03-30 16:27:02 +000010inherit pypi python_setuptools_build_meta
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011
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"