diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index 9dec2c0990b..485dfdf13ce 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,9 +1,9 @@ # Template file for 'python3-rich' pkgname=python3-rich -version=13.3.2 +version=13.3.3 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +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" @@ -11,7 +11,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/willmcgugan/rich" distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" -checksum=91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001 +checksum=dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15 make_check=extended # some checks only work on windows post_install() {