All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-ansi2html: add new package
@ 2020-02-15 17:51 Jeremy Puhlman
  2020-02-15 17:51 ` [meta-python][PATCH 2/2] python3-colorlog: " Jeremy Puhlman
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Puhlman @ 2020-02-15 17:51 UTC (permalink / raw)
  To: openembedded-devel

Convert text with ANSI color codes to HTML or to LaTeX
---
 .../recipes-devtools/python/python3-ansi2html_1.5.2.bb      | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb

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 @@
+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 = "GPLv3"
+
+PYPI_PACKAGE = "ansi2html"
+
+SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981"
+SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = "${PYTHON_PN}-six"
-- 
2.13.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-python][PATCH 2/2] python3-colorlog: add new package
  2020-02-15 17:51 [meta-python][PATCH 1/2] python3-ansi2html: add new package Jeremy Puhlman
@ 2020-02-15 17:51 ` Jeremy Puhlman
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Puhlman @ 2020-02-15 17:51 UTC (permalink / raw)
  To: openembedded-devel

A colored formatter for the python logging module
---
 meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb
new file mode 100644
index 000000000..ea4c575eb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "A colored formatter for the python logging module"
+HOMEPAGE = "https://github.com/borntyping/python-colorlog"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "colorlog"
+
+SRC_URI[md5sum] = "25f79b76421132e2a9e08da15e4e0a73"
+SRC_URI[sha256sum] = "30aaef5ab2a1873dec5da38fd6ba568fa761c9fa10b40241027fa3edea47f3d2"
-- 
2.13.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-15 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15 17:51 [meta-python][PATCH 1/2] python3-ansi2html: add new package Jeremy Puhlman
2020-02-15 17:51 ` [meta-python][PATCH 2/2] python3-colorlog: " Jeremy Puhlman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.