urlwatch: update to 2.0.

- depends on python>=3.3.
- python deps: pyyaml, minidb, requests, keyring.
This commit is contained in:
Steve Prybylski 2016-02-01 15:02:03 -05:00
parent 33042f0c9e
commit 5bc1df6105

View file

@ -1,19 +1,20 @@
# Template file for 'urlwatch' # Template file for 'urlwatch'
pkgname=urlwatch pkgname=urlwatch
version=1.18 version=2.0
revision=2 revision=1
noarch=yes noarch=yes
build_style=python-module build_style=python-module
python_versions="2.7" python_versions="3.4"
pycompile_module="${pkgname}" pycompile_version="3.4"
hostmakedepends="python-setuptools" pycompile_module="urlwatch"
depends="python-futures" 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" short_desc="A 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/"
distfiles="${homepage}/${pkgname}-${version}.tar.gz" distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=6b17411b6658f3aeb5839d1b32458f020ce40ee1e62a3d40387a2622fa731824 checksum=6be8034671788b8c3633d12e16ae69685f0c4341d2c46bed0e847749f8c76848
post_install() { post_install() {
vlicense COPYING vlicense COPYING