19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'python3-logfury'
|
|
pkgname=python3-logfury
|
|
version=1.0.1
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3"
|
|
short_desc="Low-boilerplate logging of method calls (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ppolewicz/logfury"
|
|
distfiles="${PYPI_SITE}/l/logfury/logfury-$version.tar.gz"
|
|
checksum=130a5daceab9ad534924252ddf70482aa2c96662b3a3825a7d30981d03b76a26
|
|
make_check=no # needs unpackaged testfixtures
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|