# Template file for 'python3-rich' pkgname=python3-rich version=12.5.1 revision=1 wrksrc="rich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-typing_extensions python3-Pygments python3-commonmark python3-colorama" checkdepends="python3-wheel $depends" short_desc="Library for rich text and beautiful formatting in the terminal" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/willmcgugan/rich" distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" checksum=63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca make_check=extended # some checks only work on windows post_install() { vlicense LICENSE }