20 lines
656 B
Bash
20 lines
656 B
Bash
# Template file for 'python3-rich'
|
|
pkgname=python3-rich
|
|
version=10.15.1
|
|
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=93d0ea3c35ecfd8703dbe52b76885e224ad8d68c7766c921c726b14b22a57b7d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|