19 lines
575 B
Bash
19 lines
575 B
Bash
# Template file for 'python3-colorlog'
|
|
pkgname=python3-colorlog
|
|
version=6.8.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Add colours to the output of Python's logging module"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/borntyping/python-colorlog"
|
|
distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz"
|
|
checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|