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

Daniel M. Capella polyzen at archlinux.org
Wed Jul 29 22:15:02 UTC 2020


    Date: Wednesday, July 29, 2020 @ 22:15:01
  Author: polyzen
Revision: 665808

upgpkg: urlwatch 2.20-1

Modified:
  urlwatch/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-29 19:17:31 UTC (rev 665807)
+++ PKGBUILD	2020-07-29 22:15:01 UTC (rev 665808)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae <allan at archlinux.org>
 
 pkgname=urlwatch
-pkgver=2.19
+pkgver=2.20
 pkgrel=1
 pkgdesc='Tool for monitoring webpages for updates'
 arch=('any')
@@ -18,24 +18,19 @@
             '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')
+#checkdepends=('python-pycodestyle' 'python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('3279abed54868c09a4fcf113e06ba9d70c77e48c968136cfc1d9b602e54c4927')
+sha256sums=('7547be0008a848acb1d252cab38b3649a36876acecd5bf39c7186a1d3b6f4aee')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i "s/'pycodestyle', //" setup.py
-}
-
 build() {
   cd $pkgname-$pkgver
   python setup.py build
 }
 
-# Code style errors (also on trunk)
+# https://github.com/thp/urlwatch/pull/545
 #check() {
 #  cd $pkgname-$pkgver
-#  nosetests
+#  pytest
 #}
 
 package() {



More information about the arch-commits mailing list