From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyocr/
Date: Wed, 8 Aug 2018 07:51:19 +0000 (UTC) [thread overview]
Message-ID: <1533714655.8f6789f363afe3515dd7e775f8834fbbe489d6b4.voyageur@gentoo> (raw)
commit: 8f6789f363afe3515dd7e775f8834fbbe489d6b4
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 8 07:45:12 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 8 07:50:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6789f3
dev-python/pyocr: 0.5.2 bump
Update EAPI and python versions
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/pyocr/Manifest | 1 +
dev-python/pyocr/pyocr-0.5.2.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
index 9991c226473..5530a99cdef 100644
--- a/dev-python/pyocr/Manifest
+++ b/dev-python/pyocr/Manifest
@@ -1,2 +1,3 @@
DIST pyocr-0.4.7.tar.gz 1283774 BLAKE2B 0c4958882c350ee9e71f956694c180097607ca1c9e75b2886185361013f6038fd584a73de63de80546354de4023c6a8b1a589205f2e0c9165904d4fd3881b9f8 SHA512 ee4433c34058e0c79478dbf4276f55dabadcf5c841e86e1988e574bf91d96b96a314ef5e15047fb510737c956b4deed200eb47799de6fb1c021e407a6d49c192
DIST pyocr-0.5.1.tar.gz 17525 BLAKE2B 0f2d6383fe59fae2f3f0c7abb185e8a1c4ddfab7e5cd219cff56fa8c2b9b690ab696ea2fada91ea66060ea8d8e71a7d0cfa38a9ddc7bb8fc3ffc05ae0b1a304f SHA512 829c4d4591931a4823e5d328df05a950bf65b4ff38a899ffa1c1f8e57fa031bcf68e22e18828681e285758a4be14097f7344b95c169e64206743c2521a81776c
+DIST pyocr-0.5.2.tar.gz 17532 BLAKE2B 0bd47a52379cbdf5d2a7c1a5a966596101101a7750458e317287835a857bfd2ff18fec4b6648a62a78db138038f4aee047135909a4486fd6b720c4508972cc5d SHA512 81f66e9c98b934392bb847b18bff88843fe43212499bb550894264aaef810312bc097c5cfa898e06323ce320cc73002ff632fa5767d36704d28b27eb4d0ace6c
diff --git a/dev-python/pyocr/pyocr-0.5.2.ebuild b/dev-python/pyocr/pyocr-0.5.2.ebuild
new file mode 100644
index 00000000000..f08810e858d
--- /dev/null
+++ b/dev-python/pyocr/pyocr-0.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
+HOMEPAGE="https://github.com/openpaperwork/pyocr"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+IUSE="cuneiform +tesseract"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="cuneiform? ( app-text/cuneiform )
+ tesseract? ( app-text/tesseract )
+ dev-python/pillow
+ dev-python/six"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="|| ( cuneiform tesseract )"
+
+RESTRICT="test" # reguires tesseract[l10n_fr,l10n_en,l10n_jp]
next reply other threads:[~2018-08-09 2:10 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-08 7:51 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-16 2:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyocr/ Eli Schwartz
2024-06-15 16:20 Petr Vaněk
2023-10-20 13:54 Michał Górny
2023-09-17 16:36 Michał Górny
2023-02-26 15:25 Michał Górny
2023-02-26 15:25 Michał Górny
2022-11-14 5:05 Michał Górny
2022-10-30 20:28 Arthur Zamarin
2022-06-27 4:40 Michał Górny
2022-05-16 13:24 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2021-12-22 13:09 Bernard Cafarelli
2021-10-17 9:20 Michał Górny
2021-01-02 9:29 Michał Górny
2021-01-02 9:29 Michał Górny
2020-12-29 16:42 Bernard Cafarelli
2020-04-19 12:25 Bernard Cafarelli
2020-03-28 18:03 Michał Górny
2020-02-05 19:53 Michał Górny
2019-07-03 8:24 Bernard Cafarelli
2019-06-13 11:19 Bernard Cafarelli
2019-03-08 11:28 Bernard Cafarelli
2019-03-08 11:27 Bernard Cafarelli
2018-09-19 17:40 Bernard Cafarelli
2018-04-09 10:15 Bernard Cafarelli
2018-01-12 17:57 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-05-29 12:39 Bernard Cafarelli
2017-02-02 23:58 Bernard Cafarelli
2017-02-02 23:58 Bernard Cafarelli
2017-01-18 11:34 Bernard Cafarelli
2017-01-02 11:18 Bernard Cafarelli
2016-11-10 10:33 Bernard Cafarelli
2016-11-07 13:11 Bernard Cafarelli
2016-09-07 13:49 Manuel Rüger
2015-12-02 13:33 Bernard Cafarelli
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=1533714655.8f6789f363afe3515dd7e775f8834fbbe489d6b4.voyageur@gentoo \
--to=voyageur@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