void-packages/srcpkgs/python3-json-logger/template

20 lines
711 B
Bash

# Template file for 'python3-json-logger'
pkgname=python3-json-logger
version=2.0.7
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Json Formatter for the standard python logger"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-2-Clause"
homepage="https://github.com/madzak/python-json-logger"
changelog="https://raw.githubusercontent.com/madzak/python-json-logger/master/CHANGELOG.md"
distfiles="https://github.com/madzak/python-json-logger/archive/refs/tags/v${version}.tar.gz"
checksum=1d743e5573642bed1a5698dbfa5fc1c2a8e076fea95212e67518bec940e43ec1
post_install() {
vlicense LICENSE
}