From 1d29dde8ce23baab90779d293069e162012c9b97 Mon Sep 17 00:00:00 2001 From: Dennis Lamm Date: Mon, 12 Oct 2020 17:48:12 +0200 Subject: [PATCH] sci-libs/shapely: fixed revdep to renamed package Signed-off-by: Dennis Lamm Closes: https://github.com/gentoo/gentoo/pull/17894 Signed-off-by: Dennis Lamm --- dev-python/pyproj/pyproj-2.4.2-r1.ebuild | 2 +- dev-python/uranium/uranium-4.6.1.ebuild | 2 +- dev-python/uranium/uranium-4.7.0.ebuild | 2 +- media-gfx/cura/cura-4.7.0-r1.ebuild | 2 +- sci-libs/cartopy/cartopy-0.18.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild index 2a90bfb128a2b..40c39af68498b 100644 --- a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild +++ b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild @@ -24,7 +24,7 @@ BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] + sci-libs/shapely[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}"/${P}-conftest.patch ) diff --git a/dev-python/uranium/uranium-4.6.1.ebuild b/dev-python/uranium/uranium-4.6.1.ebuild index 19a97cf4fd236..b5a2f4ad5871d 100644 --- a/dev-python/uranium/uranium-4.6.1.ebuild +++ b/dev-python/uranium/uranium-4.6.1.ebuild @@ -36,7 +36,7 @@ DEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_MULTI_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_MULTI_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_MULTI_USEDEP}] - sci-libs/Shapely[${PYTHON_MULTI_USEDEP}] + sci-libs/shapely[${PYTHON_MULTI_USEDEP}] ')" RDEPEND="${DEPEND} diff --git a/dev-python/uranium/uranium-4.7.0.ebuild b/dev-python/uranium/uranium-4.7.0.ebuild index 32be957b1231c..1f9643331be06 100644 --- a/dev-python/uranium/uranium-4.7.0.ebuild +++ b/dev-python/uranium/uranium-4.7.0.ebuild @@ -35,7 +35,7 @@ DEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] + sci-libs/shapely[${PYTHON_USEDEP}] ')" RDEPEND="${DEPEND} diff --git a/media-gfx/cura/cura-4.7.0-r1.ebuild b/media-gfx/cura/cura-4.7.0-r1.ebuild index 032d2437193be..36f6fd35e91db 100644 --- a/media-gfx/cura/cura-4.7.0-r1.ebuild +++ b/media-gfx/cura/cura-4.7.0-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] dev-python/requests[${PYTHON_MULTI_USEDEP}] dev-python/sentry-sdk[${PYTHON_MULTI_USEDEP}] - sci-libs/Shapely[${PYTHON_MULTI_USEDEP}] + sci-libs/shapely[${PYTHON_MULTI_USEDEP}] usb? ( dev-python/pyserial[${PYTHON_MULTI_USEDEP}] ) zeroconf? ( dev-python/zeroconf[${PYTHON_MULTI_USEDEP}] ) ')" diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild index bc9c5426b8f1a..d4fd00b90fcdf 100644 --- a/sci-libs/cartopy/cartopy-0.18.0.ebuild +++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] sci-libs/pyshp[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] + sci-libs/shapely[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]