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: app-office/moneyguru/
Date: Sun, 09 Feb 2020 16:11:19
Message-Id: 1581264657.05b8398c0b4125f5dff270ad320e9035bba9ae1b.mgorny@gentoo
1 commit: 05b8398c0b4125f5dff270ad320e9035bba9ae1b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 11:28:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b8398c
7
8 app-office/moneyguru: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{moneyguru-2.13.1-r1.ebuild => moneyguru-2.13.1-r2.ebuild} | 8 ++++++--
13 .../{moneyguru-3.0.1-r1.ebuild => moneyguru-3.0.1-r2.ebuild} | 8 ++++++--
14 2 files changed, 12 insertions(+), 4 deletions(-)
15
16 diff --git a/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild b/app-office/moneyguru/moneyguru-2.13.1-r2.ebuild
17 similarity index 83%
18 rename from app-office/moneyguru/moneyguru-2.13.1-r1.ebuild
19 rename to app-office/moneyguru/moneyguru-2.13.1-r2.ebuild
20 index 5e3aaab58e1..31987d2240e 100644
21 --- a/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild
22 +++ b/app-office/moneyguru/moneyguru-2.13.1-r2.ebuild
23 @@ -21,11 +21,15 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
24 RDEPEND="${PYTHON_DEPS}
25 dev-db/sqlite:3
26 dev-libs/glib:2
27 - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport]
28 + $(python_gen_cond_dep '
29 + dev-python/PyQt5[${PYTHON_MULTI_USEDEP},gui,widgets,printsupport]
30 + ')
31 dev-qt/qttranslations"
32 DEPEND="${RDEPEND}
33 test? (
34 - <dev-python/pytest-4[${PYTHON_USEDEP}]
35 + $(python_gen_cond_dep '
36 + <dev-python/pytest-4[${PYTHON_MULTI_USEDEP}]
37 + ')
38 dev-util/cunit
39 )"
40
41
42 diff --git a/app-office/moneyguru/moneyguru-3.0.1-r1.ebuild b/app-office/moneyguru/moneyguru-3.0.1-r2.ebuild
43 similarity index 84%
44 rename from app-office/moneyguru/moneyguru-3.0.1-r1.ebuild
45 rename to app-office/moneyguru/moneyguru-3.0.1-r2.ebuild
46 index db78b348715..ba927b91e60 100644
47 --- a/app-office/moneyguru/moneyguru-3.0.1-r1.ebuild
48 +++ b/app-office/moneyguru/moneyguru-3.0.1-r2.ebuild
49 @@ -21,11 +21,15 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
50 RDEPEND="${PYTHON_DEPS}
51 dev-db/sqlite:3
52 dev-libs/glib:2
53 - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport]
54 + $(python_gen_cond_dep '
55 + dev-python/PyQt5[${PYTHON_MULTI_USEDEP},gui,widgets,printsupport]
56 + ')
57 dev-qt/qttranslations"
58 DEPEND="${RDEPEND}
59 test? (
60 - dev-python/pytest[${PYTHON_USEDEP}]
61 + $(python_gen_cond_dep '
62 + dev-python/pytest[${PYTHON_MULTI_USEDEP}]
63 + ')
64 dev-util/cunit
65 )"