void-packages/srcpkgs/python3-enrich/template
2022-02-12 17:38:15 +01:00

20 lines
666 B
Bash

# Template file for 'python3-enrich'
pkgname=python3-enrich
version=1.2.7
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=0a2ab0d2931dff8947012602d1234d2a3ee002d9a355b5d70be6bf5466008893
post_install() {
vlicense LICENSE
}