From a887a8a188326ca3f3ecf628da5af19ff2d75ff4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:29:07 +0800 Subject: python3-rich-toolkit: upgrade 0.19.10 -> 0.20.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-rich-toolkit_0.20.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb (limited to 'meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb new file mode 100644 index 0000000000..3c1e867edd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb @@ -0,0 +1,17 @@ +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] = "c7336ae281f435c785acecaedc4b71d4b663dc73d9c8079fea96372527e822a4" + +inherit pypi python_hatchling ptest-python-pytest + +PYPI_PACKAGE = "rich_toolkit" + +RDEPENDS:${PN} = "\ + python3-click \ + python3-rich \ + python3-typing-extensions \ + python3-inline-snapshot \ +" -- cgit v1.2.3-54-g00ecf