diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-26 19:56:19 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-27 09:09:00 -0700 |
| commit | 25c7e97c8dbfc4e476fa35cb068bba41d51dbbfb (patch) | |
| tree | b0fdbe6989c874bcc5794f4ebbc48f21fe55d52c /meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb | |
| parent | 5a3ec34c97595d7a98a898b8354f564b91284622 (diff) | |
| download | meta-openembedded-25c7e97c8dbfc4e476fa35cb068bba41d51dbbfb.tar.gz | |
python3-rich-toolkit: upgrade 0.15.1 -> 0.19.7
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.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.bb new file mode 100644 index 0000000000..26801293b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.7.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] = "133c0915872da91d4c25d85342d5ec1dfacc69b63448af1a08a0d4b4f23ef46e" | ||
| 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 | " | ||
