From 9308238f2685fcf237148d2a69bc1d00e7a50707 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 18 May 2018 03:30:22 -0300 Subject: [PATCH] urlwatch: update to 2.10. --- srcpkgs/urlwatch/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index b29feb2b71b..74dff633f06 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,6 +1,6 @@ # Template file for 'urlwatch' pkgname=urlwatch -version=2.9 +version=2.10 revision=1 noarch=yes build_style=python3-module @@ -8,12 +8,17 @@ pycompile_module="urlwatch" hostmakedepends="python3-setuptools" depends="python3-appdirs python3-keyring python3-minidb python3-requests python3-yaml" +checkdepends="python3-nose ${depends} python3-pycodestyle" short_desc="Tool for monitoring webpages for updates" maintainer="Eivind Uggedal " license="BSD-3-Clause" homepage="https://thp.io/2008/urlwatch/" distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz" -checksum=0d15aaeec64122b388ab88bfbe400aa75e90f40a122ccdabcd73f0f1881b65bf +checksum=ab1fd825b87a1089c9c965c4521e1f6d243ecf3456128be8526bb86e9dd3dfc4 + +do_check() { + nosetests-3.6 +} post_install() { vlicense COPYING