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: Sat, 28 Mar 2020 18:03:08
Message-Id: 1585418563.dbeb3900cdffc9328a116814308dfae577eed867.mgorny@gentoo
1 commit: dbeb3900cdffc9328a116814308dfae577eed867
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:54:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:02:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeb3900
7
8 dev-python/pyocr: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyocr/Manifest | 3 ---
13 dev-python/pyocr/pyocr-0.5.3.ebuild | 26 --------------------------
14 dev-python/pyocr/pyocr-0.6.ebuild | 24 ------------------------
15 dev-python/pyocr/pyocr-0.7.ebuild | 26 --------------------------
16 4 files changed, 79 deletions(-)
17
18 diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
19 index 0b8dd725279..92dfa12d047 100644
20 --- a/dev-python/pyocr/Manifest
21 +++ b/dev-python/pyocr/Manifest
22 @@ -1,4 +1 @@
23 -DIST pyocr-0.5.3.tar.gz 18067 BLAKE2B f7e668630f0227d1e3df90de673f7c7b437f0c7ac0c5fb567ea1633df0184870d4472d5c2c4c48e7b65ebd8fa6516ae04409643910a527eb4a17ce2cfc00e504 SHA512 bc1010fab290e96a973dbdd6a4fe7ffae3bed0ecdf20615dc609e4a784faf9668c2673c2398626a3b08f1d840d1aa07661506d35343ae122ad2666f6a7107ba5
24 -DIST pyocr-0.6.tar.gz 17826 BLAKE2B bc7239a5a9d07f55650247d0586bc0856c8f0be6aa549d2816a3703559fffc8b53aee5e23b9e5a24a2e1c655d5c605c73dbaff9fd3129fe08ffbd6f24709b07b SHA512 f517f5c9180cd1cbf0faa56f733a8b6015abb4af25647f513f95022dd72ee0ba07350475b238dff810a35677278f457dfbf9448a50b9c275fa4f1aa08f4a4c2f
25 DIST pyocr-0.7.2.tar.gz 65376 BLAKE2B 065084c19c7722e590c5f20abe5248b2be0c76dab864b4a4e2c457770ff61dec84df7254f19e4926753f39a5d1ed0618ed87827b85773ab96a51e3f7798c656f SHA512 002c3302ed20e19e06dc6fd995ce30150fb95650824df9e0a3d6b2bdcb4c0ae3f2295342c2df44e0d5a9c9bbf5432f47a9d7562e4866b87738ac3436a8c0dec9
26 -DIST pyocr-0.7.tar.gz 67838 BLAKE2B a5bb88ca981cf2bc68344d739ce35eaa7db26cae28c581cd72a7855e67ac668ea064ff2a71845ededa640a8e9a54fc0aaba464527cc43acea5eb4edf3812bd9a SHA512 054f3190eaaafea0e2b591af2220af519d8a2fe3c623417e4b84c52faf9d98339570e896983713e9fbb54087f5eb4afe0b1d6f56e43ea894f7206a7c17203438
27
28 diff --git a/dev-python/pyocr/pyocr-0.5.3.ebuild b/dev-python/pyocr/pyocr-0.5.3.ebuild
29 deleted file mode 100644
30 index 3d3deb7c592..00000000000
31 --- a/dev-python/pyocr/pyocr-0.5.3.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
43 -HOMEPAGE="https://github.com/openpaperwork/pyocr"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -IUSE="cuneiform +tesseract"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="cuneiform? ( app-text/cuneiform )
52 - tesseract? ( app-text/tesseract )
53 - dev-python/pillow
54 - dev-python/six"
55 -DEPEND="${RDEPEND}"
56 -
57 -REQUIRED_USE="|| ( cuneiform tesseract )"
58 -
59 -RESTRICT="test" # reguires tesseract[l10n_fr,l10n_en,l10n_jp]
60
61 diff --git a/dev-python/pyocr/pyocr-0.6.ebuild b/dev-python/pyocr/pyocr-0.6.ebuild
62 deleted file mode 100644
63 index 3ba44f6491c..00000000000
64 --- a/dev-python/pyocr/pyocr-0.6.ebuild
65 +++ /dev/null
66 @@ -1,24 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -PYTHON_COMPAT=( python3_{6,7} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
76 -HOMEPAGE="https://github.com/openpaperwork/pyocr"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="GPL-3"
80 -IUSE="cuneiform +tesseract"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -
84 -RDEPEND="cuneiform? ( app-text/cuneiform )
85 - tesseract? ( app-text/tesseract )
86 - dev-python/pillow
87 - dev-python/six"
88 -DEPEND="${RDEPEND}"
89 -
90 -REQUIRED_USE="|| ( cuneiform tesseract )"
91
92 diff --git a/dev-python/pyocr/pyocr-0.7.ebuild b/dev-python/pyocr/pyocr-0.7.ebuild
93 deleted file mode 100644
94 index 5c9f5232af7..00000000000
95 --- a/dev-python/pyocr/pyocr-0.7.ebuild
96 +++ /dev/null
97 @@ -1,26 +0,0 @@
98 -# Copyright 1999-2020 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=7
102 -PYTHON_COMPAT=( python3_{6,7} )
103 -
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
107 -HOMEPAGE="https://github.com/openpaperwork/pyocr"
108 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
109 -
110 -LICENSE="GPL-3"
111 -IUSE="cuneiform +tesseract"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~x86"
114 -
115 -RDEPEND="cuneiform? ( app-text/cuneiform )
116 - tesseract? ( app-text/tesseract )
117 - dev-python/pillow
118 - dev-python/six"
119 -DEPEND="${RDEPEND}
120 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
121 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
122 -
123 -REQUIRED_USE="|| ( cuneiform tesseract )"