[arch-commits] Commit in urlwatch/repos/community-any (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue May 19 18:59:29 UTC 2020
Date: Tuesday, May 19, 2020 @ 18:59:28
Author: polyzen
Revision: 630058
archrelease: copy trunk to community-any
Added:
urlwatch/repos/community-any/PKGBUILD
(from rev 630057, urlwatch/trunk/PKGBUILD)
Deleted:
urlwatch/repos/community-any/PKGBUILD
----------+
PKGBUILD | 87 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 45 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-19 18:59:19 UTC (rev 630057)
+++ PKGBUILD 2020-05-19 18:59:28 UTC (rev 630058)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Skydrome <skydrome at i2pmail.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-
-pkgname=urlwatch
-pkgver=2.18
-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-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')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b556d1176683f0b7058d7bd34cddfdadbc86ab9551fe5e674aaf55c89696bd9d')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i "s/'pycodestyle', //" setup.py
-}
-
-build() {
- cd $pkgname-$pkgver
- python setup.py build
-}
-
-check() {
- cd $pkgname-$pkgver
- nosetests
-}
-
-package() {
- cd $pkgname-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname COPYING
-}
Copied: urlwatch/repos/community-any/PKGBUILD (from rev 630057, urlwatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-19 18:59:28 UTC (rev 630058)
@@ -0,0 +1,45 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Skydrome <skydrome at i2pmail.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=urlwatch
+pkgver=2.18
+pkgrel=4
+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-setuptools' 'python-yaml')
+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')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i "s/'pycodestyle', //" setup.py
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+# Code style errors (also on trunk)
+#check() {
+# cd $pkgname-$pkgver
+# nosetests
+#}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname COPYING
+}
More information about the arch-commits
mailing list