26 lines
692 B
Bash
26 lines
692 B
Bash
# Template file for 'urlwatch'
|
|
pkgname=urlwatch
|
|
version=2.14
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
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 <eivind@uggedal.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://thp.io/2008/urlwatch/"
|
|
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
|
|
checksum=317bd30ef8d2dfe8ba8f46afd25a3eb5f382deab82942bec7f7021ac2f369c83
|
|
|
|
do_check() {
|
|
nosetests3
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|