diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-09 18:29:07 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-09 18:55:02 -0700 |
| commit | a887a8a188326ca3f3ecf628da5af19ff2d75ff4 (patch) | |
| tree | 013e4d6eaba37ceb2d4cb985e505185faa1b6db6 /meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb | |
| parent | 7ad06d7d6d7a099fad82e60aa51dce6a0c9b2caf (diff) | |
| download | meta-openembedded-a887a8a188326ca3f3ecf628da5af19ff2d75ff4.tar.gz | |
python3-rich-toolkit: upgrade 0.19.10 -> 0.20.1
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.20.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 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] = "c7336ae281f435c785acecaedc4b71d4b663dc73d9c8079fea96372527e822a4" | ||
| 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 | " | ||
