From e47840ba493f629206b731c0ca9c3a669a2e3735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Br=C3=A5then=20Solem?= Date: Tue, 17 Dec 2024 19:28:18 +0100 Subject: [PATCH] py-pytesseract: update to 0.3.13, update subports * Update to 0.3.13 * Add subports py39-py313 * Remove subport py38 * Update dependencies * Change source from GitHub to PyPI --- python/py-pytesseract/Portfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/python/py-pytesseract/Portfile b/python/py-pytesseract/Portfile index 22a0c55f63b00..a4807d353774e 100644 --- a/python/py-pytesseract/Portfile +++ b/python/py-pytesseract/Portfile @@ -2,30 +2,31 @@ PortSystem 1.0 PortGroup python 1.0 -PortGroup github 1.0 - -github.setup madmaze pytesseract 0.3.2 v name py-pytesseract +version 0.3.13 +revision 0 -python.versions 38 +python.versions 39 310 311 312 313 platforms {darwin any} supported_archs noarch maintainers {danchr @danchr} openmaintainer -license GPL-3+ +license Apache-2 categories-append graphics description Python-tesseract is a python wrapper for Google's Tesseract-OCR long_description {*}${description} -checksums rmd160 575f2587a9e1e9285384f3335fa3ef348c9468f4 \ - sha256 8d44012e14009e229d0cd2166c2ce51e1db8bdbd5a92580f94e17f1ef4c0bb9f \ - size 331627 +homepage https://github.com/madmaze/pytesseract + +checksums rmd160 6a663ff10ddb36122f65417a32d77074b812ce60 \ + sha256 4bf5f880c99406f52a3cfc2633e42d9dc67615e69d8a509d74867d3baddb5db9 \ + size 17689 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-Pillow \ - port:py${python.version}-setuptools + port:py${python.version}-packaging depends_run-append \ port:tesseract