26 lines
721 B
Bash
26 lines
721 B
Bash
# Template file for 'urlwatch'
|
|
pkgname=urlwatch
|
|
version=2.17
|
|
revision=2
|
|
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"
|
|
short_desc="Tool for monitoring webpages for updates"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://thp.io/2008/urlwatch/"
|
|
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
|
|
checksum=08f51c7ffe7489c0be7a6c54855e074da65131714e4b6c622e4cfb107ef7ea78
|
|
|
|
do_check() {
|
|
nosetests3
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|