diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 18:23:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:45:56 -0700 |
| commit | 348ea5737f4b8532295b2f94a8094ca50bed5974 (patch) | |
| tree | 3611ebcf9c4df8592b43de5d433074c8a0b36105 /meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb | |
| parent | cc3e1a2693154172dc9fe89ed654aa3e12c864ae (diff) | |
| download | meta-openembedded-348ea5737f4b8532295b2f94a8094ca50bed5974.tar.gz | |
python3-rich: upgrade 13.3.4 -> 13.3.5
Changelog:
Fixed italic indent guides in SVG ouput
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb new file mode 100644 index 0000000000..cedbed3ca8 --- /dev/null +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.3.5.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Rich is a Python library for rich text and beautiful formatting in the terminal" | ||
| 2 | DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \ | ||
| 3 | Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \ | ||
| 4 | tracebacks, and more." | ||
| 5 | HOMEPAGE="https://github.com/Textualize/rich" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "2d11b9b8dd03868f09b4fffadc84a6a8cda574e40dc90821bd845720ebb8e89c" | ||
| 12 | |||
| 13 | inherit pypi python_poetry_core | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "${PYTHON_PN}-pygments" | ||
