commit:     e71fd21785c456ed5ea8a165c9ac49c8c45e7df7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 13:27:23 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 13:29:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71fd217

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest             |  1 -
 dev-python/trimesh/trimesh-4.6.4.ebuild | 79 ---------------------------------
 2 files changed, 80 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index af4a8b00b675..55a4a723b6e7 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,3 +1,2 @@
-DIST trimesh-4.6.4.gh.tar.gz 13624427 BLAKE2B 
b61caf9a08f219bd0dc7f6f55262dd798d3ce7c56e7a9daf3486365ec8b035b19c63f1d99ddc68ecfa9e940480e2f4307229a4fb8371e75a583f5cf8d9c29db0
 SHA512 
2f52ea216d448fbab32938f905137df6aac593f88343672e0e93a808f2dfece8eb477e82185c0d1150245742f2c4bb4be8c704757e428cba87f528dc1ebdb3d7
 DIST trimesh-4.6.5.gh.tar.gz 13625081 BLAKE2B 
81c5527ad7cdb1dc78b61a3bfbf2fb3ff6e3b412050b77fdf249a1af7b4be9aacb3bdc19331cc334803eee998be0e5390c3282d400598aa5be3b41fd701ed3f9
 SHA512 
b1fc5de064fd06c3bf453e507ff6c3e14dcfb2c8d1d909b4a3c2bc2e894e2aac57342b85c0d170b0a161f3ae27b9ca2490df601fb047c1873703cb71ce97f1fa
 DIST trimesh-4.6.6.gh.tar.gz 13624837 BLAKE2B 
4fa6ae4c23c67a244b94071362c2a6ff8d809982bfdf0889a605a2d2309773a7932c3522687a1fadf41c834167423f67584719fd1805ff88d94fc5b1b0c6066f
 SHA512 
4d1c16fcf91aad40469eadbaa7c8103194d84b4a43fb7cd9064118a08cca9f46944a1349c9d3dc45b034613d7256e243755b3bf453910d6ad8adc8d9050c916b

diff --git a/dev-python/trimesh/trimesh-4.6.4.ebuild 
b/dev-python/trimesh/trimesh-4.6.4.ebuild
deleted file mode 100644
index 693dfd031e45..000000000000
--- a/dev-python/trimesh/trimesh-4.6.4.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-       https://trimesh.org/
-       https://github.com/mikedh/trimesh/
-       https://pypi.org/project/trimesh/
-"
-SRC_URI="
-       https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-RDEPEND="
-       dev-python/charset-normalizer[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/httpx[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
-       dev-python/pillow[${PYTHON_USEDEP}]
-       dev-python/pycollada[${PYTHON_USEDEP}]
-       dev-python/pyglet[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
-       dev-python/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       dev-python/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mapbox-earcut[${PYTHON_USEDEP}]
-               dev-python/pillow[webp,${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_TIMEOUT=1800
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # requires manifold3d
-               tests/test_boolean.py::test_multiple_difference
-               # timing nonsense
-               tests/test_bounds.py::BoundsTest::test_obb_mesh_large
-       )
-       local EPYTEST_IGNORE=(
-               # require pyinstrument
-               tests/test_sweep.py
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}
-
-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" dev-python/scikit-image
-}

Reply via email to