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: Mon, 16 May 2022 13:24:33
Message-Id: 1652707267.84b3f87e5bedf34cd5c8af3751460354394e3e7f.mgorny@gentoo
1 commit: 84b3f87e5bedf34cd5c8af3751460354394e3e7f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:21:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:21:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b3f87e
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 | 2 --
13 dev-python/pyocr/pyocr-0.8.1.ebuild | 30 ------------------------------
14 dev-python/pyocr/pyocr-0.8.ebuild | 30 ------------------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
18 index e45048d36310..30b7d81ac1f2 100644
19 --- a/dev-python/pyocr/Manifest
20 +++ b/dev-python/pyocr/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyocr-0.8.1.tar.gz 67150 BLAKE2B d7f06db3b27c7352365713640c2421e5b73f54869d46c684d6b96d26c3d4c719c5daa1650e023f0cc5a17c0e51b4fb387ef8583ed501ab8369fc70d1c78e77bf SHA512 8a38f8175bd96de152cb0c34640fe0ca0bee369ecc455a1730a47f64d619901e48491fe0cf333073962f28a478f01ec71593881995e956589f60511b8636a32e
23 DIST pyocr-0.8.2.tar.gz 67598 BLAKE2B b5cc1338b73f1147195dd094c332836e49189c3fff051de7e634d99de1135b07b1343af3d7c2dcb302e583a0b307c20aa2aaea4e878d6b2325a5aade7e438b23 SHA512 85100aa236bb2c862b5b67137267a657ae88b06eeb9bd1a895c18bfd7318641fa01ea3966499ccdfcc21480522e4996f0e12f2e8931bb455ade3adea428af17d
24 -DIST pyocr-0.8.tar.gz 65454 BLAKE2B 881353eebce22cf316cd4375cc8971e740a9a463216a5b49c07c7813340cfa1a9bdd869b84b4c26566deab1551884179ae2fe0184dec73880b716118367803cd SHA512 c8d811001b460a9004a80fbf570df3fe9a6af11e8ca0e90f23e5f3be54f6a54d859f4ad3db126a5216ea557ecb38ebd5dbece91810df2bf3e95f514c39649bce
25
26 diff --git a/dev-python/pyocr/pyocr-0.8.1.ebuild b/dev-python/pyocr/pyocr-0.8.1.ebuild
27 deleted file mode 100644
28 index b52028de434d..000000000000
29 --- a/dev-python/pyocr/pyocr-0.8.1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An optical character recognition (OCR) tool wrapper"
41 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="cuneiform +tesseract"
48 -REQUIRED_USE="|| ( cuneiform tesseract )"
49 -
50 -RDEPEND="
51 - dev-python/pillow[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
55 -
56 -# (tests apparently do not require any backend installed)
57 -distutils_enable_tests unittest
58 -
59 -RDEPEND+="
60 - cuneiform? ( app-text/cuneiform )
61 - tesseract? ( app-text/tesseract )"
62
63 diff --git a/dev-python/pyocr/pyocr-0.8.ebuild b/dev-python/pyocr/pyocr-0.8.ebuild
64 deleted file mode 100644
65 index 3be5b79808ce..000000000000
66 --- a/dev-python/pyocr/pyocr-0.8.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=7
73 -PYTHON_COMPAT=( python3_{7..9} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="An optical character recognition (OCR) tool wrapper"
78 -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="GPL-3+"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE="cuneiform +tesseract"
85 -REQUIRED_USE="|| ( cuneiform tesseract )"
86 -
87 -RDEPEND="
88 - dev-python/pillow[${PYTHON_USEDEP}]"
89 -BDEPEND="
90 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
91 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
92 -
93 -# (tests apparently do not require any backend installed)
94 -distutils_enable_tests unittest
95 -
96 -RDEPEND+="
97 - cuneiform? ( app-text/cuneiform )
98 - tesseract? ( app-text/tesseract )"