21 lines
685 B
Bash
21 lines
685 B
Bash
# Template file for 'python3-rich'
|
|
pkgname=python3-rich
|
|
version=12.6.0
|
|
revision=2
|
|
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=ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0
|
|
make_check=extended # some checks only work on windows
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|