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 21:30:38
Message-Id: 1580247018.f72e2eef382e12190f9e9cd5449a3b03b89b1bff.mgorny@gentoo
1 commit: f72e2eef382e12190f9e9cd5449a3b03b89b1bff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:58:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:30:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72e2eef
7
8 sci-geosciences/tappy: PYTHON_USEDEP, anyone?!
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-geosciences/tappy/{tappy-0.9.0.ebuild => tappy-0.9.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0-r1.ebuild
16 similarity index 94%
17 rename from sci-geosciences/tappy/tappy-0.9.0.ebuild
18 rename to sci-geosciences/tappy/tappy-0.9.0-r1.ebuild
19 index 94e543028fc..8f6ed281d6c 100644
20 --- a/sci-geosciences/tappy/tappy-0.9.0.ebuild
21 +++ b/sci-geosciences/tappy/tappy-0.9.0-r1.ebuild
22 @@ -22,7 +22,7 @@ RDEPEND="
23 dev-python/matplotlib-python2[${PYTHON_USEDEP}]
24 dev-python/matplotlib[${PYTHON_USEDEP}]
25 )
26 - dev-python/pywavelets
27 + dev-python/pywavelets[${PYTHON_USEDEP}]
28 || (
29 sci-libs/scipy-python2[${PYTHON_USEDEP}]
30 sci-libs/scipy[${PYTHON_USEDEP}]