# Template file for 'python3-rich'
pkgname=python3-rich
version=15.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-Pygments python3-markdown-it"
checkdepends="python3-wheel $depends"
short_desc="Library for rich text and beautiful formatting in the terminal"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
checksum=edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36
make_check=extended # some checks only work on windows

post_install() {
	vlicense LICENSE
}
