Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
Date: Sun, 03 Jul 2022 08:26:37
Message-Id: 1656836696.0641af56dd5304920e470c4175f400018b594441.andrewammerlaan@gentoo
1 commit: 0641af56dd5304920e470c4175f400018b594441
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 3 06:32:22 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:24:56 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0641af56
7
8 dev-python/geopandas: move to dev-python/shapely
9
10 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
11 Closes: https://github.com/gentoo/sci/pull/1153
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/geopandas/geopandas-0.10.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/geopandas/geopandas-0.10.2.ebuild b/dev-python/geopandas/geopandas-0.10.2.ebuild
18 index 6dde1c23f..e63aaa1bc 100644
19 --- a/dev-python/geopandas/geopandas-0.10.2.ebuild
20 +++ b/dev-python/geopandas/geopandas-0.10.2.ebuild
21 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
22
23 RDEPEND="
24 dev-python/pandas[${PYTHON_USEDEP}]
25 - sci-libs/shapely[${PYTHON_USEDEP}]
26 + dev-python/shapely[${PYTHON_USEDEP}]
27 dev-python/fiona[${PYTHON_USEDEP}]
28 dev-python/pyproj[${PYTHON_USEDEP}]"