diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 18:03:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 18:08:01 +0200 |
commit | daf66d27731db24d18b30f0cbf7018da57ed0851 (patch) | |
tree | 6824236da79213b85d9e3cd9c0bebf55cc608835 /sci-libs/cartopy | |
parent | dev-python/click-default-group: Mark ALLARCHES (diff) | |
download | gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.tar.gz gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.tar.bz2 gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.zip |
Move {sci-libs → dev-python}/shapely
Shapely is really primarily a Python package, and it seems that
the Python team is effectively going to maintain it going forward,
so it fits more naturally in dev-python than sci-libs.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/cartopy')
-rw-r--r-- | sci-libs/cartopy/cartopy-0.20.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cartopy/cartopy-0.20.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/cartopy/cartopy-0.20.1-r1.ebuild b/sci-libs/cartopy/cartopy-0.20.1-r1.ebuild index d1c4f0d5d167..b160723004be 100644 --- a/sci-libs/cartopy/cartopy-0.20.1-r1.ebuild +++ b/sci-libs/cartopy/cartopy-0.20.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ RDEPEND=" sci-libs/geos dev-python/numpy[${PYTHON_USEDEP}] sci-libs/pyshp[${PYTHON_USEDEP}] - sci-libs/shapely[${PYTHON_USEDEP}] + dev-python/shapely[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] diff --git a/sci-libs/cartopy/cartopy-0.20.2.ebuild b/sci-libs/cartopy/cartopy-0.20.2.ebuild index 10493288f17e..b160723004be 100644 --- a/sci-libs/cartopy/cartopy-0.20.2.ebuild +++ b/sci-libs/cartopy/cartopy-0.20.2.ebuild @@ -26,7 +26,7 @@ RDEPEND=" sci-libs/geos dev-python/numpy[${PYTHON_USEDEP}] sci-libs/pyshp[${PYTHON_USEDEP}] - sci-libs/shapely[${PYTHON_USEDEP}] + dev-python/shapely[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] |