summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-02-17 22:17:10 +0000
committerMarek Szuba <marecki@gentoo.org>2022-02-17 22:17:48 +0000
commit7d42572a48c87ffdcd8a9275e8d5db60ab10efa5 (patch)
tree74d8cb63381e26b195e4f7872b295c183431dd91 /dev-python/trimesh
parentdev-python/meshio: initial import (diff)
downloadgentoo-7d42572a48c87ffdcd8a9275e8d5db60ab10efa5.tar.gz
gentoo-7d42572a48c87ffdcd8a9275e8d5db60ab10efa5.tar.bz2
gentoo-7d42572a48c87ffdcd8a9275e8d5db60ab10efa5.zip
dev-python/trimesh: list more optfeatures
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/trimesh')
-rw-r--r--dev-python/trimesh/trimesh-3.10.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}