New package: python3-enrich-1.2.6

This commit is contained in:
Jan Christian Grünhage 2021-07-16 12:35:13 +02:00 committed by Piotr
parent 61472e2333
commit 04090bbefe

View file

@ -0,0 +1,19 @@
# Template file for 'python3-enrich'
pkgname=python3-enrich
version=1.2.6
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-wheel python3-rich"
depends="python3-rich"
checkdepends="python3-pytest python3-pytest-mock ${depends}"
short_desc="Extended variant of the rich library for python"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/pycontribs/enrich"
distfiles="${PYPI_SITE}/e/enrich/enrich-${version}.tar.gz"
checksum=0e99ff57d87f7b5def0ca79917e88fb9351aa0d52e228ee38bff7cd858315fe4
post_install() {
vlicense LICENSE
}