Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/vitables/
Date: Sun, 09 Feb 2020 16:47:13
Message-Id: 1581266809.c8203f667c8cb7a44fea32d0c3f01c27a10029aa.mgorny@gentoo
1 commit: c8203f667c8cb7a44fea32d0c3f01c27a10029aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:58:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8203f66
7
8 sci-misc/vitables: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../vitables/{vitables-3.0.0.ebuild => vitables-3.0.0-r1.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-misc/vitables/vitables-3.0.0.ebuild b/sci-misc/vitables/vitables-3.0.0-r1.ebuild
16 similarity index 81%
17 rename from sci-misc/vitables/vitables-3.0.0.ebuild
18 rename to sci-misc/vitables/vitables-3.0.0-r1.ebuild
19 index e4f5b2f6448..c25d11326d4 100644
20 --- a/sci-misc/vitables/vitables-3.0.0.ebuild
21 +++ b/sci-misc/vitables/vitables-3.0.0-r1.ebuild
22 @@ -19,9 +19,11 @@ SLOT="0"
23 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24
25 RDEPEND="
26 - dev-python/setuptools[${PYTHON_USEDEP}]
27 - dev-python/pytables[${PYTHON_USEDEP}]
28 - dev-python/QtPy[gui,${PYTHON_USEDEP}]"
29 + $(python_gen_cond_dep '
30 + dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
31 + dev-python/pytables[${PYTHON_MULTI_USEDEP}]
32 + dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}]
33 + ')"
34 DEPEND="${RDEPEND}"
35
36 S=${WORKDIR}/${MY_P}