diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index 5bc8426f43..3d1ce246e4 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,16 +1,19 @@ # Template file for 'python3-rich' pkgname=python3-rich -version=9.10.0 +version=9.11.0 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=e0f2db62a52536ee32f6f584a47536465872cae2b94887cf1f080fb9eaa13eb2 +checksum=f8f08fdac6bd67dc2dd7fe976da702d748487aa9eb5d050c48b2321bc67ed659 post_install() { vlicense LICENSE