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

Daniel M. Capella polyzen at archlinux.org
Tue Apr 6 17:39:59 UTC 2021


    Date: Tuesday, April 6, 2021 @ 17:39:58
  Author: polyzen
Revision: 912141

upgpkg: python-pytesseract 0.3.7-3: Remove test exclusion that had been fixed in 0.3.7

Modified:
  python-pytesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 17:23:10 UTC (rev 912140)
+++ PKGBUILD	2021-04-06 17:39:58 UTC (rev 912141)
@@ -4,7 +4,7 @@
 _name=pytesseract
 pkgname=python-pytesseract
 pkgver=0.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Python wrapper for Google Tesseract'
 arch=('any')
 url=https://github.com/madmaze/pytesseract
@@ -25,7 +25,7 @@
   mkdir -p temp
   local sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
   python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" pytest -k 'not test_image_to_data_common_output[dict]' # https://github.com/madmaze/pytesseract/issues/298
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" pytest
 }
 
 package() {



More information about the arch-commits mailing list