blob: 6b183fc22a029c794136f03e2597f723283658a6 (
plain)
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
44
|
pkgbase = webchanges
pkgdesc = Check web content for changes and notify
pkgver = 3.26.0
pkgrel = 0
url = https://github.com/mborsetti/webchanges
arch = any
license = MIT
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-cssselect
depends = python-html2text
depends = python-httpx
depends = python-lxml
depends = python-markdown2
depends = python-msgpack
depends = python-platformdirs
depends = python-requests
depends = python-yaml
depends = python-urllib3
optdepends = python-playwright: option to use browser
optdepends = python-psutil: option to use browser
optdepends = google-chrome: option to use browser
optdepends = python-beautifulsoup4: beautify filter and one of html2text filter methods
optdepends = python-jsbeautifier: beautify filter
optdepends = python-cssbeautifier: beautify filter
optdepends = python-vobject: ical2text filter
optdepends = python-jq: jq filter
optdepends = python-pytesseract: ocr filter
optdepends = python-pillow: ocr filter
optdepends = python-pdftotext: pdf2text filter
optdepends = python-deepdiff: deep difference
optdepends = python-matrix-client-git: matrix reporter
optdepends = python-pushbullet.py: pushbullet reporter
optdepends = python-chump: pushover reporter
optdepends = python-aioxmpp: xmpp reporter
optdepends = python-redis: redis database
optdepends = python-keyring: password keyring storage
source = https://files.pythonhosted.org/packages/source/w/webchanges/webchanges-3.26.0.tar.gz
sha256sums = 5b54d315dc7d13211ecb9ef97bc13986b869f34e60cf16cfea2bdfbd3ce44e56
pkgname = webchanges
|