urlwatch: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 16:35:51 +02:00
parent cdad75362c
commit f82718daae

View File

@ -1,15 +1,13 @@
# Template file for 'urlwatch' # Template file for 'urlwatch'
pkgname=urlwatch pkgname=urlwatch
version=2.5 version=2.5
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python3-module
python_versions="3.4"
pycompile_version="3.4"
pycompile_module="urlwatch" pycompile_module="urlwatch"
hostmakedepends="python3.4-setuptools" hostmakedepends="python3-setuptools"
depends="python3.4-keyring python3.4-requests python3.4-yaml python3.4-minidb" depends="python3-keyring python3-requests python3-yaml python3-minidb"
short_desc="A tool for monitoring webpages for updates" short_desc="Tool for monitoring webpages for updates"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD" license="BSD"
homepage="http://thp.io/2008/urlwatch/" homepage="http://thp.io/2008/urlwatch/"