From 28079a5ebfb50af5f7f368dfcb70ecc19ece9108 Mon Sep 17 00:00:00 2001 From: Seth Date: Fri, 19 Jun 2020 22:18:44 -0400 Subject: [PATCH] urlwatch: update to 2.21 --- srcpkgs/urlwatch/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index ee56c05689f..acbed601c9d 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,23 +1,25 @@ # Template file for 'urlwatch' pkgname=urlwatch -version=2.17 -revision=2 +version=2.21 +revision=1 archs=noarch build_style=python3-module -pycompile_module="urlwatch" hostmakedepends="python3-setuptools" depends="python3-appdirs python3-keyring python3-minidb python3-requests python3-yaml python3-lxml python3-cssselect" -checkdepends="python3-nose ${depends} python3-pycodestyle" +# Check the Docs for optional packages: +# https://urlwatch.readthedocs.io/en/latest/dependencies.html#optional-packages +checkdepends="python3-pytest python3-pycodestyle python3-docutils + python3-Pygments ${depends}" short_desc="Tool for monitoring webpages for updates" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://thp.io/2008/urlwatch/" distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz" -checksum=08f51c7ffe7489c0be7a6c54855e074da65131714e4b6c622e4cfb107ef7ea78 +checksum=c259e0169cc99114b54470d08a8312473159dfdbed1d712d1a222fd8a9d7291a do_check() { - nosetests3 + pytest -v } post_install() {