Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/
Date: Sat, 17 Jul 2021 18:18:29
Message-Id: 1626545831.8b835e92172be3f596ef13d1b23f6c043394933d.soap@gentoo
1 commit: 8b835e92172be3f596ef13d1b23f6c043394933d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:11 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b835e92
7
8 sci-visualization/pythonprop: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-visualization/pythonprop/pythonprop-0.30.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
16 index 35305b711e3..819d026aa0f 100644
17 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild
18 +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{8..9} )
28
29 inherit autotools python-single-r1
30
31 @@ -20,10 +20,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
32 RDEPEND="
33 ${PYTHON_DEPS}
34 $(python_gen_cond_dep '
35 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
36 - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
37 - sci-libs/cartopy[${PYTHON_MULTI_USEDEP}]
38 - dev-python/scipy[${PYTHON_MULTI_USEDEP}]
39 + dev-python/pygobject:3[${PYTHON_USEDEP}]
40 + dev-python/matplotlib[${PYTHON_USEDEP}]
41 + sci-libs/cartopy[${PYTHON_USEDEP}]
42 + dev-python/scipy[${PYTHON_USEDEP}]
43 ')
44 dev-python/cairocffi
45 sci-electronics/voacapl