void-packages/srcpkgs/python3-rich/template
2025-04-06 23:15:41 +02:00

19 lines
643 B
Bash

# Template file for 'python3-rich'
pkgname=python3-rich
version=14.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
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=82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725
make_check=extended # some checks only work on windows
post_install() {
vlicense LICENSE
}