From a6ab9f4ea5092c093c06f8c1f4f3a4fa9c65932b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:55:55 +0800 Subject: python3-ansi2html: upgrade 1.9.1 -> 1.9.2 Changelog: [>=1.9.1] Fix output for --help Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-ansi2html_1.9.2.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb (limited to 'meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb new file mode 100644 index 0000000000..9942288c09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb @@ -0,0 +1,19 @@ +DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX" +HOMEPAGE = "https://github.com/ralphbean/ansi2html" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" +LICENSE = "GPL-3.0-only" + +PYPI_PACKAGE = "ansi2html" + +SRC_URI[sha256sum] = "3453bf87535d37b827b05245faaa756dbab4ec3d69925e352b6319c3c955c0a5" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ +" + +RDEPENDS:${PN} = " \ + python3-six \ + python3-compression \ +" -- cgit v1.2.3-54-g00ecf