void-packages/srcpkgs/python3-jaraco.logging/template

19 lines
636 B
Bash

# Template file for 'python3-jaraco.logging'
pkgname=python3-jaraco.logging
version=3.1.2
revision=3
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
short_desc="Support for Python logging facility"
maintainer="icp <pangolin@vivaldi.net>"
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=93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931
post_install() {
vlicense LICENSE
}