1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: urlwatch
Section: web
Priority: optional
Maintainer: Maxime Werlen <maxime@werlen.fr>
Build-Depends:
debhelper (>= 11),
Build-Depends-Indep:
dh-python,
python3 (>= 3.3),
python3-appdirs,
python3-minidb,
python3-nose,
python3-pycodestyle,
python3-requests,
python3-setuptools,
python3-yaml,
python3-lxml,
python3-cssselect
Standards-Version: 4.3.0
Homepage: https://thp.io/2008/urlwatch/
Vcs-Git: https://salsa.debian.org/mwerlen-guest/urlwatch.git
Vcs-Browser: https://salsa.debian.org/mwerlen-guest/urlwatch
Package: urlwatch
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
lynx,
html2text,
Suggests:
default-mta | mail-transport-agent,
python3-bs4,
python3-html2text,
python3-keyring,
python3-vobject,
wdiff
Description: monitors webpages for you
urlwatch is intended to help you watch changes in webpages and get notified
(via e-mail, in your terminal or through various third party services) of any
changes. The change notification will include the URL that has changed and a
unified diff of what has changed.
|