19 lines
553 B
Bash
19 lines
553 B
Bash
# Template file for 'python3-click-log'
|
|
pkgname=python3-click-log
|
|
version=0.4.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-click"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Logging integration for Click"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/click-contrib/click-log"
|
|
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
|
checksum=3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|