19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'python3-click-log'
|
|
pkgname=python3-click-log
|
|
version=0.3.2
|
|
revision=4
|
|
wrksrc="click-log-${version}"
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-click"
|
|
short_desc="Logging integration for Click (Python3)"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="MIT"
|
|
homepage="https://github.com/click-contrib/click-log"
|
|
distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz"
|
|
checksum=16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|