New package: python3-colorlog-6.8.2

This commit is contained in:
Enno Boland 2024-04-27 16:09:36 +02:00 committed by Enno T. Boland
parent ec161cb7c0
commit 64eac69ea9

View File

@ -0,0 +1,18 @@
# 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
}