diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-02-15 09:51:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-16 12:52:19 -0800 |
commit | d00808b0c3d14df79ceec1b3b86e99cd1a4fe421 (patch) | |
tree | f3ac5f5797a190b368b1b572271a433af8671c60 /meta-python | |
parent | 1544ca4eb7590fbd11a74c1bb9396e0fec3448d8 (diff) | |
download | meta-openembedded-d00808b0c3d14df79ceec1b3b86e99cd1a4fe421.tar.gz |
python3-ansi2html: add new package
Convert text with ANSI color codes to HTML or to LaTeX
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb new file mode 100644 index 000000000..8e586ea3e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRPTION = "ansi2html - Convert text with ANSI color codes to HTML or to LaTeX" | ||
2 | HOMEPAGE = "https://github.com/ralphbean/ansi2html" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3000208d539ec061b899bce1d9ce9404" | ||
4 | LICENSE = "GPLv3" | ||
5 | |||
6 | PYPI_PACKAGE = "ansi2html" | ||
7 | |||
8 | SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981" | ||
9 | SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9" | ||
10 | |||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-six" | ||