commit:     fb9abfabbb2adbc86c155a39a434a989b4d3f6f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 13:47:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 13:47:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9abfab

dev-python/pyocr: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyocr/Manifest           |  1 -
 dev-python/pyocr/pyocr-0.8.3.ebuild | 41 -------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
index 6d1f3502f1cb..508a8c1584eb 100644
--- a/dev-python/pyocr/Manifest
+++ b/dev-python/pyocr/Manifest
@@ -1,2 +1 @@
-DIST pyocr-0.8.3.tar.gz 67625 BLAKE2B 
86edfb08519eda73b29b57b57d495c0fa3bebe8b521d96ce4b644d534d2b32e92532e6275f595912c77093eaf0b1f767f08a130605e9b50142fddf77eb570c4d
 SHA512 
aa4f4fcedd668010841d036899bb83bc0fca6499b29ce2f209e538fd3a2448dce2b52721f0b77bc402d9b3f62052af53e25e78780103172623dea1b367caeab1
 DIST pyocr-0.8.5.tar.gz 71843 BLAKE2B 
14ea301a562b4e2ecc9a8b01b64a6a651facc78e54402359313b04fd20bad89e0a390ff1899f72c94db4e2d42c7c648afa5c1267ff6afe85fb14c32e15c6e19b
 SHA512 
4b0bb576db05e3cc253bc031e158e2c018370e2c309df742b9755cf576bbd1fd5baddc851a4cde1ad96d3c2ae1c28e75e735ee7035d62ad8bf9c908546042897

diff --git a/dev-python/pyocr/pyocr-0.8.3.ebuild 
b/dev-python/pyocr/pyocr-0.8.3.ebuild
deleted file mode 100644
index c46153f90cb0..000000000000
--- a/dev-python/pyocr/pyocr-0.8.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An optical character recognition (OCR) tool wrapper"
-HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cuneiform +tesseract"
-REQUIRED_USE="|| ( cuneiform tesseract )"
-
-RDEPEND="
-       dev-python/pillow[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-"
-
-# (tests apparently do not require any backend installed)
-distutils_enable_tests unittest
-
-RDEPEND+="
-       cuneiform? ( app-text/cuneiform )
-       tesseract? ( app-text/tesseract )
-"
-
-src_prepare() {
-       # workaround setuptools failing due to version being None
-       # https://gitlab.gnome.org/World/OpenPaperwork/pyocr/-/issues/127
-       sed -i -e '/version=version/d' setup.py || die
-       distutils-r1_src_prepare
-}

Reply via email to