26 lines
728 B
Bash
26 lines
728 B
Bash
# Template file for 'python3-logfury'
|
|
pkgname=python3-logfury
|
|
version=0.1.2
|
|
revision=7
|
|
wrksrc="logfury-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
checkdepends="python3-pytest python3-six flake8 python3-docutils
|
|
python3-nose python3-bleach python3-webencodings python3-toml
|
|
python3-Pygments"
|
|
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="$homepage/archive/$version.tar.gz"
|
|
checksum=07464a8c1673a6012fee0e7b70b9b12941ede4210ed53e8dcda40433e2ef70fa
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|