[arch-commits] Commit in urlwatch/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue May 19 18:59:05 UTC 2020


    Date: Tuesday, May 19, 2020 @ 18:59:04
  Author: polyzen
Revision: 630055

upgpkg: urlwatch 2.18-4 Add beautify filter optdeps

Modified:
  urlwatch/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 18:58:31 UTC (rev 630054)
+++ PKGBUILD	2020-05-19 18:59:04 UTC (rev 630055)
@@ -6,7 +6,7 @@
 
 pkgname=urlwatch
 pkgver=2.18
-pkgrel=3
+pkgrel=4
 pkgdesc='Tool for monitoring webpages for updates'
 arch=('any')
 url=https://thp.io/2008/urlwatch/
@@ -13,10 +13,12 @@
 license=('BSD')
 depends=('python-appdirs' 'python-cssselect' 'python-keyring' 'python-lxml'
          'python-minidb' 'python-requests' 'python-setuptools' 'python-yaml')
-optdepends=('lynx: convert HTML to plain text'
-            'python-beautifulsoup4: prettify HTML'
-            'python-html2text: convert HTML to plain text')
-checkdepends=('python-nose' 'python-pycodestyle')
+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-jsbeautifier: for the beautify filter')
+#checkdepends=('python-nose' 'python-pycodestyle')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('b556d1176683f0b7058d7bd34cddfdadbc86ab9551fe5e674aaf55c89696bd9d')
 
@@ -30,10 +32,11 @@
   python setup.py build
 }
 
-check() {
-  cd $pkgname-$pkgver
-  nosetests
-}
+# Code style errors (also on trunk)
+#check() {
+#  cd $pkgname-$pkgver
+#  nosetests
+#}
 
 package() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list