From 4631c97d9a902638b67fa896ce1ea44b1dd4e564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 10 Jul 2024 11:10:15 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20dev-python/{mapbox=5Fearcut=20?= =?UTF-8?q?=E2=86=92=20mapbox-earcut}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/{mapbox_earcut => mapbox-earcut}/Manifest | 0 .../mapbox-earcut-1.0.1-r1.ebuild} | 0 dev-python/{mapbox_earcut => mapbox-earcut}/metadata.xml | 0 dev-python/trimesh/trimesh-4.4.0.ebuild | 4 ++-- dev-python/trimesh/trimesh-4.4.2.ebuild | 4 ++-- profiles/updates/3Q-2024 | 1 + 6 files changed, 5 insertions(+), 4 deletions(-) rename dev-python/{mapbox_earcut => mapbox-earcut}/Manifest (100%) rename dev-python/{mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild => mapbox-earcut/mapbox-earcut-1.0.1-r1.ebuild} (100%) rename dev-python/{mapbox_earcut => mapbox-earcut}/metadata.xml (100%) diff --git a/dev-python/mapbox_earcut/Manifest b/dev-python/mapbox-earcut/Manifest similarity index 100% rename from dev-python/mapbox_earcut/Manifest rename to dev-python/mapbox-earcut/Manifest diff --git a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild b/dev-python/mapbox-earcut/mapbox-earcut-1.0.1-r1.ebuild similarity index 100% rename from dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild rename to dev-python/mapbox-earcut/mapbox-earcut-1.0.1-r1.ebuild diff --git a/dev-python/mapbox_earcut/metadata.xml b/dev-python/mapbox-earcut/metadata.xml similarity index 100% rename from dev-python/mapbox_earcut/metadata.xml rename to dev-python/mapbox-earcut/metadata.xml diff --git a/dev-python/trimesh/trimesh-4.4.0.ebuild b/dev-python/trimesh/trimesh-4.4.0.ebuild index 4caed79c4b4ac..b9898a47ae412 100644 --- a/dev-python/trimesh/trimesh-4.4.0.ebuild +++ b/dev-python/trimesh/trimesh-4.4.0.ebuild @@ -45,7 +45,7 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/mapbox_earcut[${PYTHON_USEDEP}] + dev-python/mapbox-earcut[${PYTHON_USEDEP}] dev-python/pillow[webp,${PYTHON_USEDEP}] ) " @@ -67,7 +67,7 @@ python_test() { pkg_postinst() { optfeature_header "${PN} functionality can be extended by installing the following packages:" optfeature "making GUI applications with 3D stuff" dev-python/glooey - optfeature "2D triangulations of polygons" dev-python/mapbox_earcut + optfeature "2D triangulations of polygons" dev-python/mapbox-earcut optfeature "loading a number of additional mesh formats" dev-python/meshio optfeature "figuring out how much memory we have" dev-python/psutil optfeature "marching cubes and other nice stuff" dev-python/scikit-image diff --git a/dev-python/trimesh/trimesh-4.4.2.ebuild b/dev-python/trimesh/trimesh-4.4.2.ebuild index b20d152b85e92..696cdafc807eb 100644 --- a/dev-python/trimesh/trimesh-4.4.2.ebuild +++ b/dev-python/trimesh/trimesh-4.4.2.ebuild @@ -45,7 +45,7 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/mapbox_earcut[${PYTHON_USEDEP}] + dev-python/mapbox-earcut[${PYTHON_USEDEP}] dev-python/pillow[webp,${PYTHON_USEDEP}] ) " @@ -67,7 +67,7 @@ python_test() { pkg_postinst() { optfeature_header "${PN} functionality can be extended by installing the following packages:" optfeature "making GUI applications with 3D stuff" dev-python/glooey - optfeature "2D triangulations of polygons" dev-python/mapbox_earcut + optfeature "2D triangulations of polygons" dev-python/mapbox-earcut optfeature "loading a number of additional mesh formats" dev-python/meshio optfeature "figuring out how much memory we have" dev-python/psutil optfeature "marching cubes and other nice stuff" dev-python/scikit-image diff --git a/profiles/updates/3Q-2024 b/profiles/updates/3Q-2024 index ff717362a8a29..ac2d01ee86109 100644 --- a/profiles/updates/3Q-2024 +++ b/profiles/updates/3Q-2024 @@ -1 +1,2 @@ move sci-libs/rtree dev-python/rtree +move dev-python/mapbox_earcut dev-python/mapbox-earcut