New package: python3-rich-9.9.0

This commit is contained in:
Andrew Benson 2021-01-14 08:41:49 -06:00 committed by Andrew Benson
parent 89e1681ef9
commit 3404711bcf

View file

@ -0,0 +1,17 @@
# Template file for 'python3-rich'
pkgname=python3-rich
version=9.9.0
revision=1
wrksrc="rich-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Library for rich text and beautiful formatting in the terminal"
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=0bd8f42c3a03b7ef5e311d5e37f47bea9d268f541981c169072be5869c007957
post_install() {
vlicense LICENSE
}