Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyocr/
Date: Sun, 17 Oct 2021 09:20:56
Message-Id: 1634462436.4b9412164f52c67617ced5dcfbe92ad02c33a983.mgorny@gentoo
1 commit: 4b9412164f52c67617ced5dcfbe92ad02c33a983
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:16:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:20:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b941216
7
8 dev-python/pyocr: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyocr/Manifest | 1 -
13 dev-python/pyocr/pyocr-0.7.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
17 index 84e7ab7b3e8..4c352354d86 100644
18 --- a/dev-python/pyocr/Manifest
19 +++ b/dev-python/pyocr/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyocr-0.7.2.tar.gz 65376 BLAKE2B 065084c19c7722e590c5f20abe5248b2be0c76dab864b4a4e2c457770ff61dec84df7254f19e4926753f39a5d1ed0618ed87827b85773ab96a51e3f7798c656f SHA512 002c3302ed20e19e06dc6fd995ce30150fb95650824df9e0a3d6b2bdcb4c0ae3f2295342c2df44e0d5a9c9bbf5432f47a9d7562e4866b87738ac3436a8c0dec9
22 DIST pyocr-0.8.tar.gz 65454 BLAKE2B 881353eebce22cf316cd4375cc8971e740a9a463216a5b49c07c7813340cfa1a9bdd869b84b4c26566deab1551884179ae2fe0184dec73880b716118367803cd SHA512 c8d811001b460a9004a80fbf570df3fe9a6af11e8ca0e90f23e5f3be54f6a54d859f4ad3db126a5216ea557ecb38ebd5dbece91810df2bf3e95f514c39649bce
23
24 diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild b/dev-python/pyocr/pyocr-0.7.2.ebuild
25 deleted file mode 100644
26 index cb90fdf8da0..00000000000
27 --- a/dev-python/pyocr/pyocr-0.7.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7,8,9} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
39 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -IUSE="cuneiform +tesseract"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND="cuneiform? ( app-text/cuneiform )
48 - tesseract? ( app-text/tesseract )
49 - dev-python/pillow
50 - dev-python/six"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
53 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
54 -
55 -REQUIRED_USE="|| ( cuneiform tesseract )"