From f82718daaec293c39c4909ebe6de4e3f7823fd94 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 16:35:51 +0200 Subject: [PATCH] urlwatch: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/urlwatch/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index e60efb1184d..28b50030af7 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,15 +1,13 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.5 -revision=1 +revision=2 noarch=yes -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +build_style=python3-module pycompile_module="urlwatch" -hostmakedepends="python3.4-setuptools" -depends="python3.4-keyring python3.4-requests python3.4-yaml python3.4-minidb" -short_desc="A tool for monitoring webpages for updates" +hostmakedepends="python3-setuptools" +depends="python3-keyring python3-requests python3-yaml python3-minidb" +short_desc="Tool for monitoring webpages for updates" maintainer="Eivind Uggedal " license="BSD" homepage="http://thp.io/2008/urlwatch/"