mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
urlwatch: update to 2.16.
This commit is contained in:
parent
0fe66eed09
commit
211563c849
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'urlwatch'
|
# Template file for 'urlwatch'
|
||||||
pkgname=urlwatch
|
pkgname=urlwatch
|
||||||
version=2.15
|
version=2.16
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="urlwatch"
|
pycompile_module="urlwatch"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-appdirs python3-keyring python3-minidb python3-requests
|
depends="python3-appdirs python3-keyring python3-minidb python3-requests
|
||||||
python3-yaml"
|
python3-yaml python3-lxml python3-cssselect"
|
||||||
checkdepends="python3-nose ${depends} python3-pycodestyle"
|
checkdepends="python3-nose ${depends} python3-pycodestyle"
|
||||||
short_desc="Tool for monitoring webpages for updates"
|
short_desc="Tool for monitoring webpages for updates"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.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=d3bcbf44cb0d3b19397f98dda7d4ec9bfe6719b762459be0f7fa1876e86b210f
|
checksum=6f8e0dfc1e4d91fa7a94aa4e3c3d184b400710459ea727a990cfc7f76efa1649
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
nosetests3
|
nosetests3
|
||||||
|
|
Loading…
Add table
Reference in a new issue