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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-07-10 11:10:15 +02:00
parent 287f462eba
commit 4631c97d9a
6 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1 +1,2 @@
move sci-libs/rtree dev-python/rtree
move dev-python/mapbox_earcut dev-python/mapbox-earcut