20 lines
671 B
Bash
20 lines
671 B
Bash
# 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 <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=150dc8701207b28bc65a16f0e91c07250a8d1b9da324ce674c0e375774944f13
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|