mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
python-logfury: add funcsigs dep
This commit is contained in:
parent
c5f7fec479
commit
103233fed5
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python-logfury'
|
||||
pkgname=python-logfury
|
||||
version=0.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=y
|
||||
wrksrc="logfury-$version"
|
||||
build_style=python-module
|
||||
pycompile_module=logfury
|
||||
hostmakedepends="python python-setuptools"
|
||||
depends="python-funcsigs"
|
||||
short_desc="Low-boilerplate logging of method calls for python libraries"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="3-clause-BSD"
|
||||
|
|
Loading…
Add table
Reference in a new issue