python3-rich: update to 13.3.3.

This commit is contained in:
Andrew Benson 2023-03-28 06:39:38 -05:00
parent 59fb5fffcb
commit 5a2762e0af

View file

@ -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 <abenson+void@gmail.com>"
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() {