From d870bf876cd0eb7bdbfc723ab1cadc5028d61342 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 11:58:13 +0200 Subject: [PATCH] vdirsyncer: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/vdirsyncer/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 46ae92feda4..d4a259013b8 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,15 +1,13 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer version=0.13.1 -revision=2 +revision=3 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="vdirsyncer" -hostmakedepends="python3.4-setuptools" -depends="python3.4-atomicwrites python3.4-click python3.4-click-log - python3.4-click-threading python3.4-setuptools python3.4-requests-toolbelt" +hostmakedepends="python3-setuptools" +depends="python3-atomicwrites python3-click python3-click-log + python3-click-threading python3-setuptools python3-requests-toolbelt" short_desc="Synchronize calendars and addressbooks" maintainer="Oliver Kiddle " license="MIT"