New package: python3-tasklib-2.4.3
This commit is contained in:
parent
9e7da3ec1d
commit
4d8dd4c6a6
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-tasklib/template
Normal file
19
srcpkgs/python3-tasklib/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-tasklib'
|
||||
pkgname=python3-tasklib
|
||||
version=2.4.3
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="task python3-tzlocal python3-pytz"
|
||||
checkdepends="$depends"
|
||||
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=b523bc12893d26c8173a6b8d84b16259c9a9c5acaaf8932bc018117f907b3bc5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue