New package: python3-jaraco.logging-3.1.0
This commit is contained in:
parent
8c8b675754
commit
3d0c713201
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue