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 C7D741381F3 for ; Mon, 20 Apr 2020 06:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21E2E0A07; Mon, 20 Apr 2020 06:59:09 +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 B6123E0A07 for ; Mon, 20 Apr 2020 06:59:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 21F9734EF9E for ; Mon, 20 Apr 2020 06:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B049626 for ; Mon, 20 Apr 2020 06:59:05 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1587365941.595ef4291b79cd298fb988b5ab5127495709a570.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/seekwatcher/seekwatcher-0.13.ebuild X-VCS-Directories: sys-block/seekwatcher/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 595ef4291b79cd298fb988b5ab5127495709a570 X-VCS-Branch: master Date: Mon, 20 Apr 2020 06:59:05 +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: 0d78c8a9-7832-407d-a763-6b9d12d66aa2 X-Archives-Hash: c8ce6d70dbd8df70338941d5e641195a commit: 595ef4291b79cd298fb988b5ab5127495709a570 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Apr 20 06:53:11 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Apr 20 06:59:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595ef429 sys-block/seekwatcher: switch to single python implementation Will alllow setting multiple supported PYTHON_COMPAT implementations to choose from. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> sys-block/seekwatcher/seekwatcher-0.13.ebuild | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild index d079d0df137..065f00204e2 100644 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_6 ) @@ -17,10 +18,16 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="dev-python/cython" +BDEPEND="$(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') +" + RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ') sys-block/blktrace "