blob: 8dcd7b0d5d38b526bf50812c051988f2e6176bf7 [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
Andrew Geissler615f2f12022-07-15 14:00:58 -05008SRC_URI[sha256sum] = "38b82a298482a1fa2613f0f9c9beb3db72a8f832eeac58eb2e47bf32cd37f6d5"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009
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 \
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050014 ${PYTHON_PN}-setuptools-scm-git-archive-native \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000015"
16
17RDEPENDS:${PN} = " \
18 ${PYTHON_PN}-six \
19 ${PYTHON_PN}-compression \
20"