21 lines
655 B
Bash
21 lines
655 B
Bash
# Template file for 'python3-rich'
|
|
pkgname=python3-rich
|
|
version=10.2.0
|
|
revision=1
|
|
wrksrc="rich-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-typing_extensions python3-Pygments python3-commonmark
|
|
python3-colorama"
|
|
checkdepends="python3-wheel $depends"
|
|
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=a30429d82363d42e7c64e324c2c8735c045f190cba609feee91a7b9f563a64b5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|