commit:     4631c97d9a902638b67fa896ce1ea44b1dd4e564
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 09:10:15 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 09:32:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4631c97d

Rename dev-python/{mapbox_earcut → mapbox-earcut}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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(-)

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 4caed79c4b4a..b9898a47ae41 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 b20d152b85e9..696cdafc807e 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 ff717362a8a2..ac2d01ee8610 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

Reply via email to