mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +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'
|
# Template file for 'python-logfury'
|
||||||
pkgname=python-logfury
|
pkgname=python-logfury
|
||||||
version=0.1.2
|
version=0.1.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=y
|
noarch=y
|
||||||
wrksrc="logfury-$version"
|
wrksrc="logfury-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module=logfury
|
pycompile_module=logfury
|
||||||
hostmakedepends="python python-setuptools"
|
hostmakedepends="python python-setuptools"
|
||||||
|
depends="python-funcsigs"
|
||||||
short_desc="Low-boilerplate logging of method calls for python libraries"
|
short_desc="Low-boilerplate logging of method calls for python libraries"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue