python3-rich: update dependencies

This commit is contained in:
Jan Christian Grünhage 2023-02-01 13:04:07 +01:00 committed by Đoàn Trần Công Danh
parent 907d7e777f
commit 8f70ecc086

View file

@ -1,11 +1,10 @@
# Template file for 'python3-rich' # Template file for 'python3-rich'
pkgname=python3-rich pkgname=python3-rich
version=13.3.1 version=13.3.1
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-typing_extensions python3-Pygments python3-commonmark depends="python3-Pygments python3-markdown-it"
python3-colorama"
checkdepends="python3-wheel $depends" checkdepends="python3-wheel $depends"
short_desc="Library for rich text and beautiful formatting in the terminal" short_desc="Library for rich text and beautiful formatting in the terminal"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"