Date: Tuesday, April 11, 2023 @ 18:22:18
Author: polyzen
Revision: 1444732
archrelease: copy trunk to community-staging-any
Added:
urlwatch/repos/community-staging-any/PKGBUILD
(from rev 1444731, urlwatch/trunk/PKGBUILD)
Deleted:
urlwatch/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-11 18:21:57 UTC (rev 1444731)
+++ PKGBUILD 2023-04-11 18:22:18 UTC (rev 1444732)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Skydrome <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-
-pkgname=urlwatch
-pkgver=2.25
-pkgrel=3
-pkgdesc='Tool for monitoring webpages for updates'
-arch=('any')
-url=https://thp.io/2008/urlwatch/
-license=('BSD')
-depends=('python-appdirs' 'python-cssselect' 'python-keyring' 'python-lxml'
- 'python-minidb' 'python-requests' 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
- 'python-wheel')
-checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
- 'python-pytest')
-optdepends=('lynx: for one of the html2text filter methods'
- 'python-beautifulsoup4: for the beautify filter and one of the
html2text filter methods'
- 'python-cssbeautifier: for the beautify filter'
- 'python-html2text: for one of the html2text filter methods'
- 'python-jq: for the jq filter'
- 'python-jsbeautifier: for the beautify filter'
- 'python-pdftotext: for the pdf2text filter'
- 'python-pyppeteer: for the browser job'
- 'python-pytesseract: for the ocr filter')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6802297d3318286e7f3d36b9a4567a2fb09b0ae779d4b76811dd29a7281c1f8a')
-b2sums=('85f76e849495f5457f43ccd37035aae84c6ae4c8649005e617a6a585bf3b73d30914f8c7a89c0fb9bb04cc07a8797d77be07807e8d7c64976355749417b39e40')
-
-build() {
- cd $pkgname-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd $pkgname-$pkgver
- pytest
-}
-
-package() {
- cd $pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # Symlink license file
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s "$site_packages"/$pkgname-$pkgver.dist-info/COPYING \
- "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
Copied: urlwatch/repos/community-staging-any/PKGBUILD (from rev 1444731,
urlwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-11 18:22:18 UTC (rev 1444732)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Skydrome <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+
+pkgname=urlwatch
+pkgver=2.26
+pkgrel=2
+pkgdesc='Tool for monitoring webpages for updates'
+arch=('any')
+url=https://thp.io/2008/urlwatch/
+license=('BSD')
+depends=('python-appdirs' 'python-cssselect' 'python-keyring' 'python-lxml'
+ 'python-minidb' 'python-requests' 'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
+ 'python-pytest')
+optdepends=('lynx: for one of the html2text filter methods'
+ 'python-beautifulsoup4: for the beautify filter and one of the
html2text filter methods'
+ 'python-cssbeautifier: for the beautify filter'
+ 'python-html2text: for one of the html2text filter methods'
+ 'python-jq: for the jq filter'
+ 'python-jsbeautifier: for the beautify filter'
+ 'python-pdftotext: for the pdf2text filter'
+ 'python-pyppeteer: for the browser job'
+ 'python-pytesseract: for the ocr filter')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('b14bbe23d87b7d4ac8b4e71a51fd2066908a947ccf7b557c3e4f87b09f455e8f')
+b2sums=('c7990b0ecca8bb18632ba717dabfed3e3cdf147ff463e1221c4f7002fcb862d162421ac927bd6a570369a1833268cc08668e284e425e954a4eea8d41cb30eafd')
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd $pkgname-$pkgver
+ pytest
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # Symlink license file
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s "$site_packages"/$pkgname-$pkgver.dist-info/COPYING \
+ "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}