diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:39:11 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-21 07:30:59 -0700 |
| commit | 7a655b30fe166a3c7fdedc0f52c4c8bb296252cd (patch) | |
| tree | 303891689b221e19071cf587a9b273c16e85b9b5 /meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb | |
| parent | a8fa054d8054e7220f3d8b7a1b92eb0821c59383 (diff) | |
| download | meta-openembedded-7a655b30fe166a3c7fdedc0f52c4c8bb296252cd.tar.gz | |
python3-rich-toolkit: upgrade 0.19.7 -> 0.19.9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb new file mode 100644 index 0000000000..b971b41948 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Rich toolkit for building command-line applications" | ||
| 2 | HOMEPAGE = "https://github.com/patrick91/rich-toolkit" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fce5c6f41f79382ecf60a79851b2543f627568e3e07c78ab4b8542e1ca247d1c" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling ptest-python-pytest | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "rich_toolkit" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-click \ | ||
| 14 | python3-rich \ | ||
| 15 | python3-typing-extensions \ | ||
| 16 | python3-inline-snapshot \ | ||
| 17 | " | ||
