19 lines
603 B
Bash
19 lines
603 B
Bash
# Template file for 'python3-enrich'
|
|
pkgname=python3-enrich
|
|
version=1.2.7
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pycontribs/enrich"
|
|
distfiles="${PYPI_SITE}/e/enrich/enrich-${version}.tar.gz"
|
|
checksum=0a2ab0d2931dff8947012602d1234d2a3ee002d9a355b5d70be6bf5466008893
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|