From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCA49158089 for ; Fri, 20 Oct 2023 13:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF5832BC183; Fri, 20 Oct 2023 13:54:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FB802BC183 for ; Fri, 20 Oct 2023 13:54:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 722DF335D27 for ; Fri, 20 Oct 2023 13:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E25DF1298 for ; Fri, 20 Oct 2023 13:54:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697809628.fb9abfabbb2adbc86c155a39a434a989b4d3f6f6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyocr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyocr/Manifest dev-python/pyocr/pyocr-0.8.3.ebuild X-VCS-Directories: dev-python/pyocr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fb9abfabbb2adbc86c155a39a434a989b4d3f6f6 X-VCS-Branch: master Date: Fri, 20 Oct 2023 13:54:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc701724-6904-4494-8dfe-cc106b78d94a X-Archives-Hash: 2edac31cd3c145831a6ec8ef2d791e14 commit: fb9abfabbb2adbc86c155a39a434a989b4d3f6f6 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 20 13:47:08 2023 +0000 Commit: Michał Górny gentoo 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 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 -}