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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32852138351 for ; Wed, 15 Apr 2020 18:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F320E094F; Wed, 15 Apr 2020 18:30:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0482AE094F for ; Wed, 15 Apr 2020 18:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CF5434F2F7 for ; Wed, 15 Apr 2020 18:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42021D7 for ; Wed, 15 Apr 2020 18:30:52 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1586975269.17cf06c74e9fff600e9ad9432b5a06e01f735256.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: 17cf06c74e9fff600e9ad9432b5a06e01f735256 X-VCS-Branch: dev Date: Wed, 15 Apr 2020 18:30:52 +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: 8584642c-7cb1-431f-90a3-2cc45cbbc198 X-Archives-Hash: 3da4bf39c9bc8ac19dc55a4cb2dd357e commit: 17cf06c74e9fff600e9ad9432b5a06e01f735256 Author: Alarig Le Lay swordarmor fr> AuthorDate: Wed Apr 15 18:11:38 2020 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Wed Apr 15 18:27:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17cf06c7 app-text/OCRmyPDF: Removing dev-python/pytest-runner dep Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay swordarmor.fr> app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild index 2837fc8..36d918e 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild @@ -33,9 +33,13 @@ RDEPEND=" virtual/python-cffi[${PYTHON_USEDEP}] jbig2enc? ( media-libs/jbig2enc ) " -BDEPEND=" - dev-python/pytest-runner[${PYTHON_USEDEP}] -" + +python_prepare_all() { + # do not depend on deprecated dep + sed -i -e '/pytest-runner/d' setup.py || die + + distutils-r1_python_prepare_all +} src_install() { distutils-r1_src_install