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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 08:15:41 UTC 2021


    Date: Tuesday, February 9, 2021 @ 08:15:41
  Author: polyzen
Revision: 850820

upgpkg: python-pytesseract 0.3.7-2: Move setuptools to makedeps

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

Modified:
  python-pytesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 08:15:25 UTC (rev 850819)
+++ PKGBUILD	2021-02-09 08:15:41 UTC (rev 850820)
@@ -4,12 +4,13 @@
 _name=pytesseract
 pkgname=python-pytesseract
 pkgver=0.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Python wrapper for Google Tesseract'
 arch=('any')
 url=https://github.com/madmaze/pytesseract
 license=('Apache')
-depends=('python-pillow' 'python-setuptools' 'tesseract')
+depends=('python-pillow' 'tesseract')
+makedepends=('python-setuptools' )
 checkdepends=('python-pytest' 'tesseract-data-eng' 'tesseract-data-fra')
 source=("$url/archive/v$pkgver/$_name-v$pkgver.tar.gz")
 b2sums=('88096f3b4d36fe00dc0123e80d4bbd7fe83726c6aa8a5a72a8ba93e405493869fdcada66a9d10ec54195c278a799ac8fa6bbf9da868896ef760babdadd53ad7f')
@@ -32,3 +33,5 @@
   export PYTHONHASHSEED=0
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list