From e8444aa2b0049b09cee82e330f824ae786748fc8 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 3 Nov 2025 21:04:33 +0100 Subject: [PATCH] python3-rich-toolkit: add new recipe (version 0.15.1) Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- .../python/python3-rich-toolkit_0.15.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb new file mode 100644 index 0000000000..d63850b3ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "Rich toolkit for building command-line applications" +HOMEPAGE = "https://github.com/patrick91/rich-toolkit" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" + +SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "rich_toolkit" + +RDEPENDS:${PN} = "\ + python3-click \ + python3-rich \ + python3-typing-extensions \ +"