mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: python-logfury-0.1.2
This commit is contained in:
parent
92721e397d
commit
74e9edbf0b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python-logfury/template
Normal file
19
srcpkgs/python-logfury/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python-logfury'
|
||||||
|
pkgname=python-logfury
|
||||||
|
version=0.1.2
|
||||||
|
revision=1
|
||||||
|
noarch=y
|
||||||
|
wrksrc="logfury-$version"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module=logfury
|
||||||
|
hostmakedepends="python python-setuptools"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue