From a0769ec28fade07b9f10ed87519f28fc1af028c4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:40:22 +0200 Subject: [PATCH] khal: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/khal/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index 6297f5fa84c..49d5cf1bf45 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -1,16 +1,14 @@ # Template file for 'khal' pkgname=khal version=0.8.4 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="khal" -hostmakedepends="python3.4-setuptools" -depends="python3.4-setuptools python3.4-click python3.4-configobj - python3.4-dateutil python3.4-icalendar python3.4-pytz python3.4-tzlocal - python3.4-urwid python3.4-xdg vdirsyncer" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-click python3-configobj + python3-dateutil python3-icalendar python3-pytz python3-tzlocal + python3-urwid python3-xdg vdirsyncer" short_desc="Command-line calendar build around CalDAV" maintainer="Oliver Kiddle " license="MIT"