python3-rich: update dependencies
This commit is contained in:
parent
907d7e777f
commit
8f70ecc086
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python3-rich'
|
||||
pkgname=python3-rich
|
||||
version=13.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-typing_extensions python3-Pygments python3-commonmark
|
||||
python3-colorama"
|
||||
depends="python3-Pygments python3-markdown-it"
|
||||
checkdepends="python3-wheel $depends"
|
||||
short_desc="Library for rich text and beautiful formatting in the terminal"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue