Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pytesseract
Commits:
f67f459a by Jelle van der Waa at 2024-11-17T12:04:05+01:00
upgpkg: 0.3.13-3: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytesseract
pkgdesc = Python wrapper for Google Tesseract
pkgver = 0.3.13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/madmaze/pytesseract
arch = any
license = Apache
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-pytesseract
_name=${pkgname#python-}
pkgver=0.3.13
-pkgrel=2
+pkgrel=3
pkgdesc='Python wrapper for Google Tesseract'
arch=('any')
url=https://github.com/madmaze/pytesseract
@@ -31,7 +31,12 @@ check() {
cd "$_name"
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m pytest
+ # test_get_languages coredumps tessaract with invalid input
+ #[builduser@arch-nspawn-433964 pytesseract]$ tesseract --list-langs
--tessdata-dir wjfiw
+ # terminate called after throwing an instance of
'std::filesystem::__cxx11::filesystem_error'
+ # what(): filesystem error: recursive directory iterator cannot open
directory: No such file or directory [wjfiw/]
+ # Aborted (core dumped)
+ test-env/bin/python -m pytest -k 'not test_get_languages'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytesseract/-/commit/f67f459ae572686e2014c05f2f01b91ed71fe895
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytesseract/-/commit/f67f459ae572686e2014c05f2f01b91ed71fe895
You're receiving this email because of your account on gitlab.archlinux.org.