void-packages/srcpkgs/python-logfury/template

21 lines
595 B
Bash
Raw Normal View History

2018-02-11 01:53:02 +01:00
# Template file for 'python-logfury'
pkgname=python-logfury
version=0.1.2
2018-02-11 01:58:25 +01:00
revision=2
2018-02-11 01:53:02 +01:00
noarch=y
wrksrc="logfury-$version"
build_style=python-module
pycompile_module=logfury
hostmakedepends="python python-setuptools"
2018-02-11 01:58:25 +01:00
depends="python-funcsigs"
2018-02-11 01:53:02 +01:00
short_desc="Low-boilerplate logging of method calls for python libraries"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="3-clause-BSD"
homepage="https://github.com/ppolewicz/logfury"
distfiles="$homepage/archive/$version.tar.gz"
checksum=07464a8c1673a6012fee0e7b70b9b12941ede4210ed53e8dcda40433e2ef70fa
post_install() {
vlicense LICENSE.txt
}