Skip to content

Commit

Permalink
py-pytesseract: update to 0.3.13, update subports
Browse files Browse the repository at this point in the history
* Update to 0.3.13
* Add subports py39-py313
* Remove subport py38
* Update dependencies
* Change source from GitHub to PyPI
  • Loading branch information
erikbs committed Jan 12, 2025
1 parent f146f50 commit 1f89463
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions python/py-pytesseract/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,30 @@ 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
Expand Down

0 comments on commit 1f89463

Please sign in to comment.