20 lines
655 B
Bash
20 lines
655 B
Bash
# Template file for 'python3-tasklib'
|
|
pkgname=python3-tasklib
|
|
version=2.5.1
|
|
revision=2
|
|
build_style=python3-module
|
|
make_check_target="tasklib/tests.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="task python3-tzlocal python3-pytz"
|
|
checkdepends="${depends} python3-pytest-xdist"
|
|
short_desc="Library for interacting with taskwarrior databases (Python3)"
|
|
maintainer="Cullen Ross <cullenrss@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/GothenburgBitFactory/tasklib"
|
|
distfiles="${PYPI_SITE}/t/tasklib/tasklib-${version}.tar.gz"
|
|
checksum=5ccd731b52636dd10457a8b8d858cb0d026ffaab1e3e751baf791bf803e37d7b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|