commit: 7d42572a48c87ffdcd8a9275e8d5db60ab10efa5
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 22:17:10 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 22:17:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d42572a
dev-python/trimesh: list more optfeatures
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/trimesh/trimesh-3.10.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/trimesh/trimesh-3.10.0.ebuild
b/dev-python/trimesh/trimesh-3.10.0.ebuild
index 7edb83849a0c..3b5b5cb5019f 100644
--- a/dev-python/trimesh/trimesh-3.10.0.ebuild
+++ b/dev-python/trimesh/trimesh-3.10.0.ebuild
@@ -43,6 +43,8 @@ distutils_enable_tests pytest
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 "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" sci-libs/scikit-image
}