blob: 8e586ea3e829b4b758eb68568365e3c46d52a09a [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRPTION = "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 = "GPLv3"
5
6PYPI_PACKAGE = "ansi2html"
7
8SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981"
9SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9"
10
11inherit pypi setuptools3
12
13RDEPENDS_${PN} = "${PYTHON_PN}-six"