mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
9db5c96c98
commit
200361a561
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ version=2.4.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_target="tasklib/tests.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="task python3-tzlocal python3-pytz"
|
depends="task python3-tzlocal python3-pytz"
|
||||||
checkdepends="$depends"
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
short_desc="Library for interacting with taskwarrior databases (Python3)"
|
short_desc="Library for interacting with taskwarrior databases (Python3)"
|
||||||
maintainer="Cullen Ross <cullenrss@gmail.com>"
|
maintainer="Cullen Ross <cullenrss@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue