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/pyxplot/
Date: Tue, 28 Jan 2020 21:30:39
Message-Id: 1580247021.0b318b8f934aa5afcb363cb569d92f5d6a725039.mgorny@gentoo
1 commit: 0b318b8f934aa5afcb363cb569d92f5d6a725039
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:59:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:30:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b318b8f
7
8 sci-visualization/pyxplot: Permit scipy-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pyxplot/{pyxplot-0.9.2-r1.ebuild => pyxplot-0.9.2-r2.ebuild} | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild
16 similarity index 87%
17 rename from sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
18 rename to sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild
19 index 61451371008..7ecda5c36f0 100644
20 --- a/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild
21 +++ b/sci-visualization/pyxplot/pyxplot-0.9.2-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -24,7 +24,10 @@ RDEPEND="
29 sci-libs/cfitsio
30 sci-libs/fftw:3.0=
31 sci-libs/gsl
32 - sci-libs/scipy[${PYTHON_USEDEP}]
33 + || (
34 + sci-libs/scipy-python2[${PYTHON_USEDEP}]
35 + sci-libs/scipy[${PYTHON_USEDEP}]
36 + )
37 virtual/latex-base
38 virtual/imagemagick-tools
39 ${PYTHON_DEPS}"