git: 3ca175f03d49 - 2022Q1 - graphics/py-pytesseract: update to 0.3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 00:11:19 UTC
The branch 2022Q1 has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3ca175f03d4904564f97549d81cecd6670b31f14
commit 3ca175f03d4904564f97549d81cecd6670b31f14
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-01-26 22:33:09 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-01-28 00:09:32 +0000
graphics/py-pytesseract: update to 0.3.9
Release Notes: https://github.com/madmaze/pytesseract/releases/tag/v0.3.9
* bump minimal Python requirement to 3.7, upstream de-supports EOL 3.6
* upstream made build tweaks
Packager Notes:
* test_image_to_data_common_output[dict] is failing for me,
=> https://github.com/madmaze/pytesseract/issues/406
* if your tox package complains it cannot find py-filelock,
update the latter to 3.4.2_1 (commit 97cae4aba by yuri@ 2022-01-19)
(cherry picked from commit ee92f5859d54d2ee64e68120ccce7088cb9d1d5a)
---
graphics/py-pytesseract/Makefile | 5 +++--
graphics/py-pytesseract/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile
index 537038b60783..969145cc2539 100644
--- a/graphics/py-pytesseract/Makefile
+++ b/graphics/py-pytesseract/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytesseract
-PORTVERSION= 0.3.8
+PORTVERSION= 0.3.9
DISTVERSIONPREFIX= v
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,9 @@ RUN_DEPENDS= tesseract:graphics/tesseract \
TEST_DEPENDS= ${RUN_DEPENDS} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
+ # if py-tox cannot detect py-filelock, be sure to have version 3.4.2_1 of the latter
-USES= localbase python:3.4+
+USES= localbase python:3.7+
USE_GITHUB= yes
GH_ACCOUNT= madmaze
USE_PYTHON= autoplist concurrent distutils
diff --git a/graphics/py-pytesseract/distinfo b/graphics/py-pytesseract/distinfo
index 37c7cb61cafe..3995d7d1dcd4 100644
--- a/graphics/py-pytesseract/distinfo
+++ b/graphics/py-pytesseract/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624690353
-SHA256 (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 6b9b35a36ff5a82ab292b14882062931333687525a383d3fff8133e2e78fd73d
-SIZE (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 964344
+TIMESTAMP = 1643230252
+SHA256 (madmaze-pytesseract-v0.3.9_GH0.tar.gz) = 3dddea670d0338f765b0693eecf5ba88fb268bfe26e0b76bade8b615b1802672
+SIZE (madmaze-pytesseract-v0.3.9_GH0.tar.gz) = 964493