New package: python3-jaraco.logging-3.1.0

This commit is contained in:
icp 2022-08-03 19:12:04 +05:30 committed by Đoàn Trần Công Danh
parent 8c8b675754
commit 3d0c713201
1 changed files with 19 additions and 0 deletions

View File

@ -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 <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
}