commit:     54630d52492ee014580b1a7e16a933998a1e6402
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:21:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:22:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54630d52

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest              |  5 ---
 dev-python/trimesh/trimesh-3.10.8.ebuild | 62 ------------------------------
 dev-python/trimesh/trimesh-3.11.2.ebuild | 66 --------------------------------
 dev-python/trimesh/trimesh-3.12.0.ebuild | 66 --------------------------------
 dev-python/trimesh/trimesh-3.12.1.ebuild | 66 --------------------------------
 dev-python/trimesh/trimesh-3.12.4.ebuild | 66 --------------------------------
 6 files changed, 331 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 62a5cb4c030a..393ac305b1a9 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,7 +1,2 @@
-DIST trimesh-3.10.8.gh.tar.gz 10741790 BLAKE2B 
2cc8573e01395fb95f192cd64370b32d63b3ebd3505008c67fc9530641060b127ff42b8892634bf61fd91dbc37098e0da9fa169199d257a0345494cf9996a764
 SHA512 
c5cd6a6abcf8b8e6cc157a76607d4db090c574a86450956577d81fff310448bab140007eefc3b2c2cea6873a1ef46eccb18834c1593aca40f3d7868b3ce3992e
-DIST trimesh-3.11.2.gh.tar.gz 10745738 BLAKE2B 
59a13c2133f7cb0ad22ca5b03af9e61c4cc1431e8d058566b854240fe0b1e28229c427c69aa16aec8b79f139a0c2a3c5202ce2f6d4750f813325e591e3a671b2
 SHA512 
f9b3643c221ab3f112d4c5cf07c8cf23c5809d7c0ea733b6cda0efc973a78fb4ebd8be9cd0f52bb65babeb5a3dc448b15b738f3089fffb8a32c1af1b01dc8da0
-DIST trimesh-3.12.0.gh.tar.gz 10751006 BLAKE2B 
544dac08bf214a703fe00666269f64aad280232245665d544b52eab33e44dab8369bd068c638c8088792e9f62cd54724d2f5758238e4c95e8d74c3f266d86127
 SHA512 
6c054c92b50e1b3c85c0022969b752d3c97b73f797883a11967645fcab462f8008684a371145cdd0c01896c508eba4f98ac5e3bafd74c9f0b363c2d62275f0b7
-DIST trimesh-3.12.1.gh.tar.gz 10752061 BLAKE2B 
3c6af976e70646874a2d52a8f7a27343d6902d45b332005057c85d658a900667bc7b403c02045ffe12ac40f90f2a8b265ba8dfca70fb70b207493373af5f1bef
 SHA512 
1ccfb25cc4aba3a3620a7cd23ad4da2fb4c9b1ab1544d118103621b812c1c0d25481a7426d1da63d707b46127e966a63e553a402e7a3e7c7f7ce49ca3904fbdf
 DIST trimesh-3.12.3.gh.tar.gz 10754773 BLAKE2B 
ddfb7317e4262492c58673f198b5ebbcd429223c12a1808f92d80700073887994990466fb651fb54e0f47b1b54667c69e043eba3978f5fc1180ab503c5143c4b
 SHA512 
58644bfe8099e3f9d9a5540b570c95981dffeb7ab8fd572199bbd041b685214a30e0ca2d137230c7d87ec858e7d55add9a4bc19c66dbb819823f69d91c2d9a89
-DIST trimesh-3.12.4.gh.tar.gz 10755375 BLAKE2B 
ed698cbe50f5c3b1f432a1e31d7a49cf83b987de2a565dcaf7fdf844b676d3bd5639e217d6402e6b55fd0e67c829935caf19e7d511b7fc3260d4cfa1bb876854
 SHA512 
e895eb1ea0bcbecacadcbd938985f34e1afd12011967e9c06e9ee3531c0c61862281544b736b0da946515e7927979088765fb15c2eb309d7bc065d59bc95ce10
 DIST trimesh-3.12.5.gh.tar.gz 10755276 BLAKE2B 
ced596c4182b085df8c59bc007977aebb94702edd364ed67ee0114376b235fe020bbeee130853e1e0fbabd1f1d0f6523faaf268ffba1b4c7c30f3f794b64e51b
 SHA512 
d467bd6ceb5b567182ac80ea38374f28b85b9ab983edf98428e09c8f799c206d23e282c03c808227c92e2dcb37f3faabea8d5db74b8ac419265751bcbaa396e1

diff --git a/dev-python/trimesh/trimesh-3.10.8.ebuild 
b/dev-python/trimesh/trimesh-3.10.8.ebuild
deleted file mode 100644
index cef3a3a7573d..000000000000
--- a/dev-python/trimesh/trimesh-3.10.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="https://trimsh.org/ https://github.com/mikedh/trimesh";
-# No tests in PyPI tarballs
-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/msgpack[${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/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-       sci-libs/shapely[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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.11.2.ebuild 
b/dev-python/trimesh/trimesh-3.11.2.ebuild
deleted file mode 100644
index a3816df1ff09..000000000000
--- a/dev-python/trimesh/trimesh-3.11.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-# No tests in PyPI tarballs
-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/msgpack[${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/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-       sci-libs/shapely[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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.12.0.ebuild 
b/dev-python/trimesh/trimesh-3.12.0.ebuild
deleted file mode 100644
index a3816df1ff09..000000000000
--- a/dev-python/trimesh/trimesh-3.12.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-# No tests in PyPI tarballs
-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/msgpack[${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/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-       sci-libs/shapely[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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.12.1.ebuild 
b/dev-python/trimesh/trimesh-3.12.1.ebuild
deleted file mode 100644
index a3816df1ff09..000000000000
--- a/dev-python/trimesh/trimesh-3.12.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-# No tests in PyPI tarballs
-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/msgpack[${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/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-       sci-libs/shapely[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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.12.4.ebuild 
b/dev-python/trimesh/trimesh-3.12.4.ebuild
deleted file mode 100644
index 0b3bc6223c20..000000000000
--- a/dev-python/trimesh/trimesh-3.12.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-# No tests in PyPI tarballs
-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/msgpack[${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/svg-path[${PYTHON_USEDEP}]
-       dev-python/sympy[${PYTHON_USEDEP}]
-       dev-python/xxhash[${PYTHON_USEDEP}]
-       sci-libs/rtree[${PYTHON_USEDEP}]
-       sci-libs/shapely[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-xdist[${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
-}

Reply via email to