summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-11-03 21:04:33 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-15 16:27:07 +0000
commite8444aa2b0049b09cee82e330f824ae786748fc8 (patch)
tree8a63f6d7b767671d0512cf2609a7cf39e09255a0 /meta-python
parent1d3c3ad93c962ee1c27d88076b63d08e53c8b318 (diff)
downloadmeta-openembedded-e8444aa2b0049b09cee82e330f824ae786748fc8.tar.gz
python3-rich-toolkit: add new recipe (version 0.15.1)
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1SUMMARY = "Rich toolkit for building command-line applications"
2HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
5
6SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
7
8inherit pypi python_hatchling
9
10PYPI_PACKAGE = "rich_toolkit"
11
12RDEPENDS:${PN} = "\
13 python3-click \
14 python3-rich \
15 python3-typing-extensions \
16"