public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/
Date: Tue, 14 Mar 2023 05:02:53 +0000 (UTC)	[thread overview]
Message-ID: <1678769709.039a4e928c909db01e38c27a11b0092e480b607f.mgorny@gentoo> (raw)

commit:     039a4e928c909db01e38c27a11b0092e480b607f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 04:55:09 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 04:55:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039a4e92

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest              |  3 --
 dev-python/trimesh/trimesh-3.18.1.ebuild | 77 --------------------------------
 dev-python/trimesh/trimesh-3.20.0.ebuild | 66 ---------------------------
 dev-python/trimesh/trimesh-3.20.1.ebuild | 66 ---------------------------
 4 files changed, 212 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 4b6de5d33bbd..78dc6780a15a 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,5 +1,2 @@
-DIST trimesh-3.18.1.gh.tar.gz 12657109 BLAKE2B 8e5370193e7d47f1dc2d7d43c356df1a56c2b4b8af6f47ac6aa889b04a3b950ec507b5cc0fe6f99f874cf66111aa72773025ba3821013466bb34baced3a361ca SHA512 72936c0fc6f89ffa35b80928dc5abac8ca4fac023f5be1d4adec6d020f3da6ee2c7a97efb0cecf58faad94ef6f33949533ac789affcecee07696ca0188fd47f0
 DIST trimesh-3.19.4.gh.tar.gz 12673418 BLAKE2B c54e0e1a946b858371d5de2f028bbc64a353a06859f428d6e221058a46e853bb7f245d7348b1cc7fbbdb930ba9600e24a39c2884a9acfa00b9d31d6576b87959 SHA512 b490e6d021a41c0a094c5e3596033a189d08310c04a2ce70c9b72d492e1cad1b5c9f110487c66d0a37eed97754e979c7b449d10a6a6abdbd81241099c248d5cf
-DIST trimesh-3.20.0.gh.tar.gz 12678960 BLAKE2B f99ff3d7fd1a84e1ce9b6d1d67b38216aa8b3e3250096f2ac7c4585fffe0a4e565c093bf30bd98bf46daa910c80266edd12dbd43c5a2aef8a7d66c75b08972cb SHA512 82eb81d8b43880d1205c31ddcc085735cfc0bf64eb4918fd539fe5b476c107f484ff1b969d6f8bdb0ac2486d201ba1ff4316b84311afc38853ffbe8f13d0fb9b
-DIST trimesh-3.20.1.gh.tar.gz 12681880 BLAKE2B 138c10b4e57971e155770f4d398e364a6c4e827d564bb6be608e93c4ba17bd3a06c313e73308069635143d974c945a9231785102bc14c024382675f66675b9eb SHA512 09c048e3a22abecafb8f163ab8273565f244ba232cc988673bce09efbc8696ba92aa53ec57bff41fe90605b032ef147889331de38580948ee04333dbfc608635
 DIST trimesh-3.20.2.gh.tar.gz 12683352 BLAKE2B 3ed73e426fd72723d19b668aae790f44ad46b310b6ddbbedf1e87aa56880037fa09b43921131ce2a5bff02022e6630222c63fb205a4345e81959e14b0013c3fa SHA512 fb6ca184b9d62e7820f1b92c8ce67a02eed6355c49dbb209b328e149ab6e600c306a10bcbae3bceaaec0244874eebc8bdf06709310f8458e9f72ee9ad213ad65

diff --git a/dev-python/trimesh/trimesh-3.18.1.ebuild b/dev-python/trimesh/trimesh-3.18.1.ebuild
deleted file mode 100644
index f9ed1e3cda78..000000000000
--- a/dev-python/trimesh/trimesh-3.18.1.ebuild
+++ /dev/null
@@ -1,77 +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_{9..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/
-"
-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-2[${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
-
-src_prepare() {
-	# remove pyinstrument from tests, as only used for profiling
-	sed -e '/pyinstrument/d' -i tests/{regression,corpus,generic}.py || die
-
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# does profiling with pyinstrument
-		tests/test_scenegraph.py::GraphTests::test_shortest_path
-	)
-	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.20.0.ebuild b/dev-python/trimesh/trimesh-3.20.0.ebuild
deleted file mode 100644
index 842ffb868e16..000000000000
--- a/dev-python/trimesh/trimesh-3.20.0.ebuild
+++ /dev/null
@@ -1,66 +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_{9..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/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/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.20.1.ebuild b/dev-python/trimesh/trimesh-3.20.1.ebuild
deleted file mode 100644
index 842ffb868e16..000000000000
--- a/dev-python/trimesh/trimesh-3.20.1.ebuild
+++ /dev/null
@@ -1,66 +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_{9..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/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/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
-}


             reply	other threads:[~2023-03-14  5:03 UTC|newest]

Thread overview: 182+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14  5:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/ Michał Górny
2024-11-02  7:48 Michał Górny
2024-10-23  6:16 Michał Górny
2024-09-21 10:45 Michał Górny
2024-09-21 10:41 Arthur Zamarin
2024-09-07 10:30 Michał Górny
2024-09-07 10:28 Arthur Zamarin
2024-09-05  2:21 Michał Górny
2024-08-31 10:35 Michał Górny
2024-08-31 10:28 Arthur Zamarin
2024-08-31  6:55 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-21  3:14 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-08  3:08 Michał Górny
2024-07-27  9:53 Michał Górny
2024-07-27  8:10 Arthur Zamarin
2024-07-12  2:33 Michał Górny
2024-07-10  9:32 Michał Górny
2024-07-10  5:13 Michał Górny
2024-06-05  9:13 Michał Górny
2024-06-05  7:00 Arthur Zamarin
2024-05-19  6:02 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  8:51 Arthur Zamarin
2024-04-30  4:34 Michał Górny
2024-04-20  9:54 Michał Górny
2024-04-20  9:51 Michał Górny
2024-04-17  3:42 Michał Górny
2024-04-10  5:36 Michał Górny
2024-04-10  5:36 Michał Górny
2024-04-01  3:35 Michał Górny
2024-03-30  5:23 Michał Górny
2024-03-26  6:57 Michał Górny
2024-03-23 11:58 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-08  5:40 Michał Górny
2024-03-06 17:37 Marek Szuba
2024-03-06 17:37 Marek Szuba
2024-03-01  4:23 Michał Górny
2024-02-27  6:18 Michał Górny
2024-02-24  8:49 Michał Górny
2024-02-18  3:28 Michał Górny
2024-02-17 22:26 Sam James
2024-02-17  5:38 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-03  7:22 Michał Górny
2024-01-27  8:57 Michał Górny
2024-01-20  7:09 Michał Górny
2024-01-18 18:49 Michał Górny
2024-01-18 18:37 Arthur Zamarin
2024-01-12  4:57 Michał Górny
2024-01-06 10:24 Michał Górny
2024-01-06 10:16 Michał Górny
2024-01-05 20:19 Michał Górny
2023-12-23  5:12 Michał Górny
2023-12-20  8:29 Michał Górny
2023-12-19  6:11 Michał Górny
2023-12-09 16:13 Michał Górny
2023-12-09 15:54 Michał Górny
2023-11-29 10:10 Michał Górny
2023-11-29 10:07 Michał Górny
2023-11-25 22:47 Sam James
2023-11-23  4:19 Michał Górny
2023-11-15 17:10 Michał Górny
2023-11-15 16:45 Arthur Zamarin
2023-11-11  8:35 Michał Górny
2023-11-08  6:38 Michał Górny
2023-10-31  6:25 Michał Górny
2023-10-25  5:54 Michał Górny
2023-10-13  4:44 Michał Górny
2023-09-25 18:57 Michał Górny
2023-09-25 18:52 Michał Górny
2023-09-25 17:12 Arthur Zamarin
2023-09-01 16:44 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-25  9:49 Michał Górny
2023-08-19 16:07 Michał Górny
2023-08-07  2:36 Michał Górny
2023-08-03 17:40 Michał Górny
2023-08-03 15:10 Sam James
2023-08-02  6:05 Michał Górny
2023-07-20 11:10 Michał Górny
2023-07-14  5:33 Michał Górny
2023-07-01  5:22 Michał Górny
2023-06-29  5:12 Michał Górny
2023-06-27 12:05 Michał Górny
2023-06-27  7:14 Sam James
2023-06-16  4:05 Michał Górny
2023-06-06  5:43 Michał Górny
2023-05-20  6:22 Michał Górny
2023-05-13 16:06 Michał Górny
2023-05-13 11:35 Arthur Zamarin
2023-05-08  4:31 Michał Górny
2023-04-22 18:32 Michał Górny
2023-04-22 16:54 Sam James
2023-04-12  4:49 Michał Górny
2023-04-05  6:10 Michał Górny
2023-03-31  4:32 Michał Górny
2023-03-26  3:02 Michał Górny
2023-03-25  6:39 Michał Górny
2023-03-21 20:31 Michał Górny
2023-03-13 21:24 Sam James
2023-03-09  5:58 Michał Górny
2023-02-24  6:00 Michał Górny
2023-02-18 10:21 Sam James
2023-02-15  7:16 Michał Górny
2023-02-11 17:54 Sam James
2023-02-11  7:27 Michał Górny
2023-02-10  6:52 Michał Górny
2023-02-02  5:42 Michał Górny
2023-02-01  4:57 Michał Górny
2023-01-17  5:08 Michał Górny
2023-01-12  6:14 Michał Górny
2023-01-11 22:59 Sam James
2023-01-11  5:14 Michał Górny
2022-12-10 15:52 Michał Górny
2022-12-10 14:33 Arthur Zamarin
2022-12-09 10:40 Sam James
2022-12-09  7:50 Arthur Zamarin
2022-12-08 17:55 Arthur Zamarin
2022-11-25 20:36 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-18  9:03 Michał Górny
2022-11-11  7:23 Arthur Zamarin
2022-11-05  5:00 Michał Górny
2022-11-04  6:15 Michał Górny
2022-11-03 22:04 Sam James
2022-10-27  4:49 Michał Górny
2022-10-26  3:26 Michał Górny
2022-10-14  5:08 Michał Górny
2022-10-12 11:18 Michał Górny
2022-10-03 19:55 Michał Górny
2022-09-26  6:06 Michał Górny
2022-09-25 23:58 Sam James
2022-09-23  8:13 Arthur Zamarin
2022-09-22 13:17 Michał Górny
2022-09-07  4:44 Michał Górny
2022-09-06 21:12 Sam James
2022-09-03  9:12 Arthur Zamarin
2022-08-23 17:41 Arthur Zamarin
2022-08-20 11:22 Arthur Zamarin
2022-08-15  8:08 Michał Górny
2022-08-15  7:40 Agostino Sarubbo
2022-08-13  8:05 Michał Górny
2022-08-11  8:50 Michał Górny
2022-08-05  6:31 Arthur Zamarin
2022-07-18  7:54 Michał Górny
2022-07-14  7:31 Michał Górny
2022-07-12  7:08 Michał Górny
2022-07-12  6:46 Agostino Sarubbo
2022-07-02  4:47 Michał Górny
2022-06-27  9:29 Michał Górny
2022-06-27  7:34 Agostino Sarubbo
2022-06-09  7:23 Michał Górny
2022-05-31  7:22 Michał Górny
2022-05-31  7:07 Jakov Smolić
2022-05-27  6:10 Michał Górny
2022-05-26  9:01 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-19  7:14 Michał Górny
2022-05-07  9:35 Michał Górny
2022-04-27  8:12 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-04-08  8:56 Michał Górny
2022-04-06 23:29 Marek Szuba
2022-03-25 10:03 Michał Górny
2022-03-25  0:02 Michał Górny
2022-03-17 10:31 Michał Górny
2022-03-10 21:21 Jakov Smolić
2022-02-23 21:30 Michał Górny
2022-02-23 21:30 Michał Górny
2022-02-21 15:40 Marek Szuba
2022-02-17 22:18 Marek Szuba
2022-02-13 22:38 Jakov Smolić
2022-02-11 20:25 Arthur Zamarin
2022-02-11 10:43 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678769709.039a4e928c909db01e38c27a11b0092e480b607f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox