All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-rich: add recipe
@ 2023-03-08 13:57 Yi Zhao
  2023-03-08 13:57 ` [meta-oe][PATCH 2/2] netplan: add missing runtime dependencies Yi Zhao
  2023-03-08 18:59 ` [oe] [meta-python][PATCH 1/2] python3-rich: add recipe Tim Orling
  0 siblings, 2 replies; 7+ messages in thread
From: Yi Zhao @ 2023-03-08 13:57 UTC (permalink / raw)
  To: openembedded-devel

Rich is a Python library for rich text and beautiful formatting in the
terminal.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../python-rich/python3-rich_13.3.2.bb              | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-extended/python-rich/python3-rich_13.3.2.bb

diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.3.2.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.3.2.bb
new file mode 100644
index 000000000..b3a458ab8
--- /dev/null
+++ b/meta-python/recipes-extended/python-rich/python3-rich_13.3.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Rich is a Python library for rich text and beautiful formatting in the terminal"
+DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \
+Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
+tracebacks, and more."
+HOMEPAGE="https://github.com/Textualize/rich"
+SECTION = "devel/python"
+LICENSE = "MIT"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303"
+
+SRC_URI[sha256sum] = "91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001"
+
+inherit pypi setuptools3
-- 
2.25.1



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

end of thread, other threads:[~2023-03-10 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 13:57 [meta-python][PATCH 1/2] python3-rich: add recipe Yi Zhao
2023-03-08 13:57 ` [meta-oe][PATCH 2/2] netplan: add missing runtime dependencies Yi Zhao
2023-03-10 16:46   ` [oe] " Alexandre Belloni
2023-03-10 18:24     ` Khem Raj
2023-03-10 19:46       ` Alexandre Belloni
2023-03-08 18:59 ` [oe] [meta-python][PATCH 1/2] python3-rich: add recipe Tim Orling
2023-03-09  1:28   ` Yi Zhao

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.