Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
urlwatch


Commits:
99daebb9 by Daniel M. Capella at 2023-08-09T19:13:09-04:00
Touch up

- - - - -
88cb7acf by Daniel M. Capella at 2023-08-09T19:14:20-04:00
Skip lint test

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -11,20 +11,36 @@ 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-pytesseract: for the ocr filter')
+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-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-pytesseract: for the ocr filter'
+)
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
 sha256sums=('911df3abbd8923e46ec167a9657a812436caf93f7f9917cb7c95ebd73d28cce5')
 
b2sums=('73fcff8c153db472c944d0c9406e0e98bf64299d5532486a08cb024339544f17d716a22d6f0807ba55c79af9dc7fef41fa8dc5a7fe79c831f3e9958e3ea8958e')
@@ -36,7 +52,7 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
-  pytest
+  pytest -k 'not test_pep8_conformance'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/compare/c96303d6f0fe05f64091c50cd3cd95dd430855ac...88cb7acfc12d22dd781ad61d5a0ef9b9c6541333

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/compare/c96303d6f0fe05f64091c50cd3cd95dd430855ac...88cb7acfc12d22dd781ad61d5a0ef9b9c6541333
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to