commit:     2ac63c1883c09b4fd5d6a7e77d3ba0107f84c771
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 17:37:25 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 17:40:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac63c18

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest              |  4 --
 dev-python/trimesh/trimesh-3.22.1.ebuild | 65 --------------------------------
 dev-python/trimesh/trimesh-3.22.2.ebuild | 65 --------------------------------
 dev-python/trimesh/trimesh-3.22.3.ebuild | 65 --------------------------------
 dev-python/trimesh/trimesh-3.22.4.ebuild | 65 --------------------------------
 5 files changed, 264 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 4d62732e5080..5a2d04280396 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,6 +1,2 @@
-DIST trimesh-3.22.1.gh.tar.gz 12713271 BLAKE2B 
2c70087aff546682cc82d5f99f981153ab0dfb3d180f13071f87d79b70ec8e97ca936af0053e865717771e1abb8469fb4a57b81f5aed860fbce35ac609470cab
 SHA512 
27952e0d29ccd110d4087b4144e0923706bed3cd0734e7a17d7f55738c6322849c5dad04ab4ecfe0638bc16d65d1e647d08905a396dd6ebd1f78c833a8b95636
-DIST trimesh-3.22.2.gh.tar.gz 12714188 BLAKE2B 
137b261f40c6d188e7b01f103ad0d0c4cbbb3051843c1e2ae77d32194e7e150ff2eaf58add0e8bd5593fa8b125892ef49f8719a0cdb6ef91096cb99b1478a5b4
 SHA512 
48f0fca1283454bb12478b1b02290562b334bfb08eefe48c2b6fdb31f3766ec09a4e3411863596afe478a5bc5f6bca841d31a53b041fd676793469afd2815bea
-DIST trimesh-3.22.3.gh.tar.gz 12714384 BLAKE2B 
178885fdf585311b48ac58b8a82cbe070e875bb0d23fa84ddc5b53b0dfc779ec610bd2b3b61dfb45e9567602b61f5f8e9282be860a7a68934eb4616a7dc9f7dc
 SHA512 
a187ca14699a6020abcb7dd689f52486c456ca7541ef52451728be6220c74f3587ddb36da5e84c80682b7522e0960f33ff4c8989753e6607b768993f6fb1c525
-DIST trimesh-3.22.4.gh.tar.gz 12715257 BLAKE2B 
59723edad4676bc92a84d7ec75d19e8b06afadfb363b79364bbb02afb25082431c7f2c987927a4edd79fd0b842b4fff2757763d62828c95b080ce4cdc6046038
 SHA512 
b5a9b562c9d5d24b63b8e9c62dc7d2acb5e6a0b8ab4f1c51ef8ddf89cec19ae86a6ea141c56beeb6c8138ae272607333de8bdde250d66387b1cdd321a8893677
 DIST trimesh-3.22.5.gh.tar.gz 12715459 BLAKE2B 
d838b75acef1615fab5006cd55cd28d649fd61fbecbe076250d3f2acd6d0c6f29481862189105456e9626b15b1f6e557f419cbe49044ccff784d9ea2a8ea4dff
 SHA512 
1756f8a589cff214ef6ecf54f363c906b26a1d7205aa1645cb5f90b691d6c43d71f904939329b599c0b5595b663529b15c4d8a747da50157a22e3020808f3f01
 DIST trimesh-3.23.0.gh.tar.gz 12720387 BLAKE2B 
88e57f09c1bc924a59b6ce3744ef3e3df05d144707415fe595f40d411e364591cdd22ed38a46b2004d935ab18f3387753cf66479aaeb9cc1f4d870c1e23ce7e3
 SHA512 
d4ac6b5c7ea09c84810a36060c6cb9a5366ef177d309d1d0bf2cfbdd0969562394ee03832f9a535d63cb71b5c026fb6bf43b815014230c8e20c56bb69f0fc3ed

diff --git a/dev-python/trimesh/trimesh-3.22.1.ebuild 
b/dev-python/trimesh/trimesh-3.22.1.ebuild
deleted file mode 100644
index 03cb9facb58a..000000000000
--- a/dev-python/trimesh/trimesh-3.22.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-       https://trimsh.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/chardet[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/numpy[${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/setuptools[${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}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/mapbox_earcut[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)"
-}
-
-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
-}

diff --git a/dev-python/trimesh/trimesh-3.22.2.ebuild 
b/dev-python/trimesh/trimesh-3.22.2.ebuild
deleted file mode 100644
index c7b61d98e83f..000000000000
--- a/dev-python/trimesh/trimesh-3.22.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-       https://trimsh.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/chardet[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/numpy[${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/setuptools[${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}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/mapbox_earcut[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-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
-}

diff --git a/dev-python/trimesh/trimesh-3.22.3.ebuild 
b/dev-python/trimesh/trimesh-3.22.3.ebuild
deleted file mode 100644
index c7b61d98e83f..000000000000
--- a/dev-python/trimesh/trimesh-3.22.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-       https://trimsh.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/chardet[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/numpy[${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/setuptools[${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}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/mapbox_earcut[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-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
-}

diff --git a/dev-python/trimesh/trimesh-3.22.4.ebuild 
b/dev-python/trimesh/trimesh-3.22.4.ebuild
deleted file mode 100644
index c7b61d98e83f..000000000000
--- a/dev-python/trimesh/trimesh-3.22.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-       https://trimsh.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/chardet[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/jsonschema[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/numpy[${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/setuptools[${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}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/mapbox_earcut[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-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
-}

Reply via email to