void-packages/srcpkgs/python3-rich/template

21 lines
655 B
Bash
Raw Normal View History

2021-01-14 14:41:49 +00:00
# Template file for 'python3-rich'
pkgname=python3-rich
2021-03-03 01:29:41 +00:00
version=9.12.4
2021-01-14 14:41:49 +00:00
revision=1
wrksrc="rich-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
2021-02-20 17:58:59 +00:00
depends="python3-typing_extensions python3-Pygments python3-commonmark
python3-colorama"
checkdepends="python3-wheel $depends"
2021-01-14 14:41:49 +00:00
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"
2021-03-03 01:29:41 +00:00
checksum=1e000895221df23cd7f828a9511c15d10189850d4f923b6d8c3d29a32ca95265
2021-01-14 14:41:49 +00:00
post_install() {
vlicense LICENSE
}