void-packages/srcpkgs/python3-enrich/template
2021-10-23 22:37:29 +02:00

19 lines
666 B
Bash

# 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
}