void-packages/srcpkgs/python3-rich/template
2022-03-23 23:06:24 -05:00

21 lines
710 B
Bash

# Template file for 'python3-rich'
pkgname=python3-rich
version=12.0.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=3fba9dd15ebe048e2795a02ac19baee79dc12cc50b074ef70f2958cd651b59a9
make_check=extended # some checks only work on windows
post_install() {
vlicense LICENSE
}