Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/
Date: Thu, 03 Jan 2019 17:28:27
Message-Id: 1546536120.788cb60a60bd74ad0504385f4db2a28edc7847e7.amynka@gentoo
1 commit: 788cb60a60bd74ad0504385f4db2a28edc7847e7
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 17:22:00 2019 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 17:22:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788cb60a
7
8 dev-python/uranium: add missing dep sci-libs/Shapely
9
10 Closes: https://bugs.gentoo.org/674392
11 Suggested-by: Kobboi <gentoo <AT> lermytte.be>
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 dev-python/uranium/{uranium-3.6.0.ebuild => uranium-3.6.0-r1.ebuild} | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/uranium/uranium-3.6.0.ebuild b/dev-python/uranium/uranium-3.6.0-r1.ebuild
19 similarity index 94%
20 rename from dev-python/uranium/uranium-3.6.0.ebuild
21 rename to dev-python/uranium/uranium-3.6.0-r1.ebuild
22 index 01f7af38ae5..e1473dfc7e2 100644
23 --- a/dev-python/uranium/uranium-3.6.0.ebuild
24 +++ b/dev-python/uranium/uranium-3.6.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -24,6 +24,7 @@ RDEPEND="${PYTHON_DEPS}
32 dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
33 dev-python/numpy[${PYTHON_USEDEP}]
34 >=sci-libs/scipy-1.1[${PYTHON_USEDEP}]
35 + sci-libs/Shapely[${PYTHON_USEDEP}]
36 dev-qt/qtquickcontrols:5
37 dev-qt/qtquickcontrols2:5"