# Description: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal # URL: https://github.com/Textualize/rich # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-poetry-core python3-pygments python3-markdown-it-py name=python3-rich version=14.2.0 release=1 source=(https://pypi.org/packages/source/r/rich/rich-$version.tar.gz) build() { cd rich-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }