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 4FD4F138350 for ; Sun, 9 Feb 2020 16:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4867E08D6; Sun, 9 Feb 2020 16:47:08 +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 57410E08C8 for ; Sun, 9 Feb 2020 16:47:08 +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 6907034E754 for ; Sun, 9 Feb 2020 16:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91C34145 for ; Sun, 9 Feb 2020 16:47:03 +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: <1581266809.c8203f667c8cb7a44fea32d0c3f01c27a10029aa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/vitables/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/vitables/vitables-3.0.0-r1.ebuild sci-misc/vitables/vitables-3.0.0.ebuild X-VCS-Directories: sci-misc/vitables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8203f667c8cb7a44fea32d0c3f01c27a10029aa X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:47:03 +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: 1237bca5-26bc-4503-afda-f60e995263de X-Archives-Hash: 1c54eda47cc8c9532bf653078bd1e599 commit: c8203f667c8cb7a44fea32d0c3f01c27a10029aa Author: Michał Górny gentoo org> AuthorDate: Sat Feb 8 06:58:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:46:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8203f66 sci-misc/vitables: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../vitables/{vitables-3.0.0.ebuild => vitables-3.0.0-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sci-misc/vitables/vitables-3.0.0.ebuild b/sci-misc/vitables/vitables-3.0.0-r1.ebuild similarity index 81% rename from sci-misc/vitables/vitables-3.0.0.ebuild rename to sci-misc/vitables/vitables-3.0.0-r1.ebuild index e4f5b2f6448..c25d11326d4 100644 --- a/sci-misc/vitables/vitables-3.0.0.ebuild +++ b/sci-misc/vitables/vitables-3.0.0-r1.ebuild @@ -19,9 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_USEDEP}] - dev-python/QtPy[gui,${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + dev-python/pytables[${PYTHON_MULTI_USEDEP}] + dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}