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-geosciences/tappy/
Date: Tue, 28 Jan 2020 20:40:46
Message-Id: 1580244027.65c88e96e21db31b4636fed1d122dd1dbab54e61.mgorny@gentoo
1 commit: 65c88e96e21db31b4636fed1d122dd1dbab54e61
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:22:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 20:40:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c88e96
7
8 sci-geosciences/tappy: Permit matplotlib-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-geosciences/tappy/tappy-0.9.0.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0.ebuild
16 index cf6423bcefa..eccc53a46c4 100644
17 --- a/sci-geosciences/tappy/tappy-0.9.0.ebuild
18 +++ b/sci-geosciences/tappy/tappy-0.9.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -17,6 +17,10 @@ KEYWORDS="~amd64 ~x86"
26 IUSE=""
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
29 -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
30 +RDEPEND="
31 + || (
32 + dev-python/matplotlib-python2[${PYTHON_USEDEP}]
33 + dev-python/matplotlib[${PYTHON_USEDEP}]
34 + )
35 dev-python/pywavelets
36 sci-libs/scipy[${PYTHON_USEDEP}]"