diff --git a/srcpkgs/python3-jaraco.logging/template b/srcpkgs/python3-jaraco.logging/template new file mode 100644 index 00000000000..9339cd4e9f7 --- /dev/null +++ b/srcpkgs/python3-jaraco.logging/template @@ -0,0 +1,19 @@ +# Template file for 'python3-jaraco.logging' +pkgname=python3-jaraco.logging +version=3.1.0 +revision=1 +wrksrc="jaraco.logging-${version}" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-tempora" +short_desc="Support for Python logging facility" +maintainer="icp " +license="MIT" +homepage="https://github.com/jaraco/jaraco.logging" +changelog="https://raw.githubusercontent.com/jaraco/jaraco.logging/main/CHANGES.rst" +distfiles="${PYPI_SITE}/j/jaraco.logging/jaraco.logging-${version}.tar.gz" +checksum=150dc8701207b28bc65a16f0e91c07250a8d1b9da324ce674c0e375774944f13 + +post_install() { + vlicense LICENSE +}