From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytesseract/
Date: Sat, 26 Aug 2023 05:31:35 +0000 (UTC) [thread overview]
Message-ID: <1693027432.c20aac58e07cca25d6165a74aac3cc1a620f3c8a.mgorny@gentoo> (raw)
commit: c20aac58e07cca25d6165a74aac3cc1a620f3c8a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 05:22:26 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 05:23:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20aac58
dev-python/pytesseract: Bump to 0.3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytesseract/Manifest | 1 +
dev-python/pytesseract/metadata.xml | 1 +
dev-python/pytesseract/pytesseract-0.3.11.ebuild | 38 ++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/pytesseract/Manifest b/dev-python/pytesseract/Manifest
index cac470d1e9e7..0e2172e29297 100644
--- a/dev-python/pytesseract/Manifest
+++ b/dev-python/pytesseract/Manifest
@@ -1 +1,2 @@
DIST pytesseract-0.3.10.tar.gz 1098547 BLAKE2B d89f9082d8c7236b97bb96441809a19f494aacd23d4c02d5b7fb1b742616e7b26c249d49fceecc4f652792cdc3d7f2a79cd580a3360157f81205ff04d65afb10 SHA512 de77f0497c2bf60c1febf439ed13f0a8978aa23df76aadb789f8151177b73f45229799bd6b236aa7356a5145064f892e5b528a2d5a396849348f5b22f4343e16
+DIST pytesseract-0.3.11.gh.tar.gz 1098497 BLAKE2B adaefd8ec43fc464e7d031a5e95c686d6d8f1c0bb10782f2be075ce347d27b0d3b95d5bc1f3283a6692441ddcb5b87bcb3ee7d320eab51400d03d7717297841f SHA512 0f3f8ac985689add9c134581a51ced75399e525797417294616489931deb5eda378ccd8a0ab875e449caa400ba8745b7494a1d610e9a572b5e1295fdc9a5ce0b
diff --git a/dev-python/pytesseract/metadata.xml b/dev-python/pytesseract/metadata.xml
index 2f762d632807..a59128537ce9 100644
--- a/dev-python/pytesseract/metadata.xml
+++ b/dev-python/pytesseract/metadata.xml
@@ -19,5 +19,6 @@
</longdescription>
<upstream>
<remote-id type="github">madmaze/pytesseract</remote-id>
+ <remote-id type="pypi">pytesseract</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pytesseract/pytesseract-0.3.11.ebuild b/dev-python/pytesseract/pytesseract-0.3.11.ebuild
new file mode 100644
index 000000000000..d9a773f6bf86
--- /dev/null
+++ b/dev-python/pytesseract/pytesseract-0.3.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Optical character recognition (OCR) tool"
+HOMEPAGE="
+ https://github.com/madmaze/pytesseract/
+ https://pypi.org/project/pytesseract/
+"
+SRC_URI="
+ https://github.com/madmaze/pytesseract/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/pillow[${PYTHON_USEDEP}]
+ app-text/tesseract
+"
+BDEPEND="
+ test? (
+ app-text/tesseract[jpeg,png,tiff,webp]
+ media-libs/leptonica[gif,jpeg2k]
+ app-text/tessdata_fast[l10n_fr]
+ dev-python/pillow[jpeg,zlib]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-08-26 5:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-26 5:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytesseract/ Michał Górny
2024-08-31 10:33 Arthur Zamarin
2024-08-31 9:43 Arthur Zamarin
2024-08-16 19:19 Michał Górny
2024-06-30 17:24 Michał Górny
2024-06-03 21:20 Louis Sautier
2024-03-15 1:48 Sam James
2024-03-15 1:48 Sam James
2023-12-30 18:32 Michał Górny
2023-09-13 2:42 Michał Górny
2023-04-12 19:28 Louis Sautier
2023-02-22 11:37 Alfredo Tupone
2022-05-06 18:58 Alfredo Tupone
2022-05-06 16:47 Alfredo Tupone
2022-05-06 13:18 Alfredo Tupone
2022-05-06 10:25 Alfredo Tupone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1693027432.c20aac58e07cca25d6165a74aac3cc1a620f3c8a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox