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 42A541381F3 for ; Thu, 16 Apr 2020 09:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15B32E09EC; Thu, 16 Apr 2020 09:59:15 +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 EE423E09EC for ; Thu, 16 Apr 2020 09:59:14 +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 4650934F367 for ; Thu, 16 Apr 2020 09:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 977091E3 for ; Thu, 16 Apr 2020 09:59:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586975269.17cf06c74e9fff600e9ad9432b5a06e01f735256.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17cf06c74e9fff600e9ad9432b5a06e01f735256 X-VCS-Branch: master Date: Thu, 16 Apr 2020 09:59:10 +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: 6778aa8a-12f2-41b3-81d0-3b5bae8dc1a5 X-Archives-Hash: f7f5be321a0b458c3d8717728ffdff87 commit: 17cf06c74e9fff600e9ad9432b5a06e01f735256 Author: Alarig Le Lay swordarmor fr> AuthorDate: Wed Apr 15 18:11:38 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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