diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template new file mode 100644 index 00000000000..67dce1b7ff6 --- /dev/null +++ b/srcpkgs/python3-colorlog/template @@ -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 " +license="MIT" +homepage="https://github.com/borntyping/python-colorlog" +distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz" +checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 + +post_install() { + vlicense LICENSE +}