20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'python3-rich'
|
|
pkgname=python3-rich
|
|
version=13.3.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Pygments python3-markdown-it"
|
|
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=125d96d20c92b946b983d0d392b84ff945461e5a06d3867e9f9e575f8697b67f
|
|
make_check=extended # some checks only work on windows
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|