blob: 2c385fc66b7c0ec568cc97e0f6e004b152910ce3 [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001SUMMARY = "Rich is a Python library for rich text and beautiful formatting in the terminal"
2DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \
3Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
4tracebacks, and more."
5HOMEPAGE="https://github.com/Textualize/rich"
6SECTION = "devel/python"
7LICENSE = "MIT"
8
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303"
10
Andrew Geissler220dafd2023-10-04 10:18:08 -050011SRC_URI[sha256sum] = "87b43e0543149efa1253f485cd845bb7ee54df16c9617b8a893650ab84b4acb6"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050012
13inherit pypi python_poetry_core
14
15RDEPENDS:${PN} = "${PYTHON_PN}-pygments"