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-visualization/pythonprop/
Date: Tue, 28 Jan 2020 20:40:44
Message-Id: 1580244028.4fc48c53c40134fff97b00b1f0d4c9da14f29b20.mgorny@gentoo
1 commit: 4fc48c53c40134fff97b00b1f0d4c9da14f29b20
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:23:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 20:40:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc48c53
7
8 sci-visualization/pythonprop: Permit matplotlib-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-visualization/pythonprop/pythonprop-0.13.ebuild | 7 +++++--
13 sci-visualization/pythonprop/pythonprop-0.18.ebuild | 7 +++++--
14 2 files changed, 10 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-visualization/pythonprop/pythonprop-0.13.ebuild b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
17 index b5063be83fa..854920aa56a 100644
18 --- a/sci-visualization/pythonprop/pythonprop-0.13.ebuild
19 +++ b/sci-visualization/pythonprop/pythonprop-0.13.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="
29 ${PYTHON_DEPS}
30 - dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
31 + || (
32 + dev-python/matplotlib-python2[gtk2,${PYTHON_USEDEP}]
33 + dev-python/matplotlib[gtk2,${PYTHON_USEDEP}]
34 + )
35 dev-python/basemap[${PYTHON_USEDEP}]
36 sci-electronics/voacapl
37 "
38
39 diff --git a/sci-visualization/pythonprop/pythonprop-0.18.ebuild b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
40 index 96d40ecb22d..a5c36e5b53b 100644
41 --- a/sci-visualization/pythonprop/pythonprop-0.18.ebuild
42 +++ b/sci-visualization/pythonprop/pythonprop-0.18.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -19,7 +19,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50
51 RDEPEND="
52 ${PYTHON_DEPS}
53 - dev-python/matplotlib[${PYTHON_USEDEP}]
54 + || (
55 + dev-python/matplotlib-python2[${PYTHON_USEDEP}]
56 + dev-python/matplotlib[${PYTHON_USEDEP}]
57 + )
58 dev-python/basemap[${PYTHON_USEDEP}]
59 sci-electronics/voacapl
60 "