From 77d357f9f5a588bd0b991eb37b0f6994a7c0aa93 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:34:47 +0200 Subject: [PATCH] canto-next: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/canto-next/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template index 1971bc8fbd1..8b82c967be7 100644 --- a/srcpkgs/canto-next/template +++ b/srcpkgs/canto-next/template @@ -1,12 +1,11 @@ # Template file for 'canto-next' pkgname=canto-next version=0.9.6 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" -hostmakedepends="python3.4-setuptools" -depends="python3.4-feedparser" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-feedparser" pycompile_module="canto_next" short_desc="Quick and concise Atom/RSS feed reader daemon" maintainer="Steve Prybylski " @@ -19,4 +18,3 @@ post_install() { rm -rf ${DESTDIR}/usr/lib/systemd vsv canto-daemon } -