From b8e6a68dce0ab9b897069665341325413bb9dde0 Mon Sep 17 00:00:00 2001 From: Seth Date: Thu, 15 Apr 2021 02:40:44 -0400 Subject: [PATCH] urlwatch: update to 2.23 and claim maintainership --- srcpkgs/urlwatch/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index b03f00c3418b..f6098a2707ce 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,7 +1,7 @@ # Template file for 'urlwatch' pkgname=urlwatch -version=2.21 -revision=2 +version=2.23 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-appdirs python3-keyring python3-minidb python3-requests @@ -11,16 +11,16 @@ depends="python3-appdirs python3-keyring python3-minidb python3-requests checkdepends="python3-pytest python3-pycodestyle python3-docutils python3-Pygments ${depends}" short_desc="Tool for monitoring webpages for updates" -maintainer="Orphaned " +maintainer="RunningDroid " license="BSD-3-Clause" homepage="https://thp.io/2008/urlwatch/" distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz" -checksum=c259e0169cc99114b54470d08a8312473159dfdbed1d712d1a222fd8a9d7291a +checksum=73a29efbef80c02bc8c285fca427793979c0e4bef40bc084df5de5436378b842 do_check() { # skip the tests that require python modules that aren't packaged # (pdftotext & pytesseract) - pytest -k "not (pdf or ocr)" -v + pytest -k "not (pdf or ocr or json)" -v } post_install() {