python3-rich: update to 13.0.0.

This commit is contained in:
Andrew Benson 2023-01-01 23:10:15 -06:00
parent 08ea8f4414
commit c162406f74

View file

@ -1,7 +1,7 @@
# Template file for 'python3-rich' # Template file for 'python3-rich'
pkgname=python3-rich pkgname=python3-rich
version=12.6.0 version=13.0.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-typing_extensions python3-Pygments python3-commonmark depends="python3-typing_extensions python3-Pygments python3-commonmark
@ -12,7 +12,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/willmcgugan/rich" homepage="https://github.com/willmcgugan/rich"
distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz" distfiles="${PYPI_SITE}/r/rich/rich-${version}.tar.gz"
checksum=ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0 checksum=3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950
make_check=extended # some checks only work on windows make_check=extended # some checks only work on windows
post_install() { post_install() {