diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 7b8feb5edf0..7f601f18c9a 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,13 +1,15 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer version=0.9.3 -revision=1 +revision=2 noarch=yes build_style=python-module -hostmakedepends="python-setuptools" -depends="python-atomicwrites python-click python-click-log python-click-threading - python-lxml python-setuptools python-requests-toolbelt" +python_versions="3.4" +pycompile_version="3.4" pycompile_module="vdirsyncer" +hostmakedepends="python3.4-setuptools" +depends="python3.4-atomicwrites python3.4-click python3.4-click-log python3.4-click-threading + python3.4-lxml python3.4-setuptools python3.4-requests-toolbelt" short_desc="Synchronize calendars and addressbooks" maintainer="Oliver Kiddle " license="MIT"