urlwatch: update to 2.23 and claim maintainership
This commit is contained in:
parent
555d13d3be
commit
017d015f99
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'urlwatch'
|
# Template file for 'urlwatch'
|
||||||
pkgname=urlwatch
|
pkgname=urlwatch
|
||||||
version=2.21
|
version=2.23
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-appdirs python3-keyring python3-minidb python3-requests
|
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
|
checkdepends="python3-pytest python3-pycodestyle python3-docutils
|
||||||
python3-Pygments ${depends}"
|
python3-Pygments ${depends}"
|
||||||
short_desc="Tool for monitoring webpages for updates"
|
short_desc="Tool for monitoring webpages for updates"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="RunningDroid <runningdroid@zoho.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://thp.io/2008/urlwatch/"
|
homepage="https://thp.io/2008/urlwatch/"
|
||||||
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
|
||||||
checksum=c259e0169cc99114b54470d08a8312473159dfdbed1d712d1a222fd8a9d7291a
|
checksum=73a29efbef80c02bc8c285fca427793979c0e4bef40bc084df5de5436378b842
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# skip the tests that require python modules that aren't packaged
|
# skip the tests that require python modules that aren't packaged
|
||||||
# (pdftotext & pytesseract)
|
# (pdftotext & pytesseract)
|
||||||
pytest -k "not (pdf or ocr)" -v
|
pytest -k "not (pdf or ocr or json)" -v
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue