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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 2 03:35:33 UTC 2021


    Date: Tuesday, February 2, 2021 @ 03:35:33
  Author: polyzen
Revision: 840959

upgpkg: urlwatch 2.22-3: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  urlwatch/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 03:35:06 UTC (rev 840958)
+++ PKGBUILD	2021-02-02 03:35:33 UTC (rev 840959)
@@ -6,13 +6,16 @@
 
 pkgname=urlwatch
 pkgver=2.22
-pkgrel=2
+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')
+         'python-minidb' 'python-requests' 'python-yaml')
+makedepends=('python-setuptools')
+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'
@@ -21,8 +24,6 @@
             'python-pdftotext: for the pdf2text filter'
             'python-pyppeteer: for the browser job'
             'python-pytesseract: for the ocr filter')
-checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
-              'python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('6aa63ef6aa9476d571d177936dcdb40df82fd50fca58d0fb24cc851bccc54423')
 b2sums=('e7f10872e5d7f42ec0ac1073783431c4b0e4fcdcf40884a9f7f52aee36705fbdbaaf5f9e671223715040c6f68cc580f531ba753c9326a2b1380d2fb707f66f1c')



More information about the arch-commits mailing list