From 2cde21c4e0fab224728b9a394ed056a37bd5e6a4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 17 Apr 2016 00:14:17 +0200 Subject: [PATCH] vdirsyncer: switch to python3.4 Required by khal>=0.8.0. Anyway, python2 will no longer be supported by vdirsyncer in future releases. --- srcpkgs/vdirsyncer/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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"