2022-05-05 11:01:59 -05:00

22 lines
710 B
Bash

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