Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/
Date: Mon, 26 Sep 2022 06:06:22
Message-Id: 1664172372.99520aa3b92b393657236994f50e4b62e75306a7.mgorny@gentoo
1 commit: 99520aa3b92b393657236994f50e4b62e75306a7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 06:03:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 06:06:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99520aa3
7
8 dev-python/trimesh: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/trimesh/Manifest | 3 --
13 dev-python/trimesh/trimesh-3.13.5.ebuild | 65 --------------------------------
14 dev-python/trimesh/trimesh-3.14.0.ebuild | 65 --------------------------------
15 dev-python/trimesh/trimesh-3.15.1.ebuild | 65 --------------------------------
16 4 files changed, 198 deletions(-)
17
18 diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
19 index a799799ed4fc..7a9a59718794 100644
20 --- a/dev-python/trimesh/Manifest
21 +++ b/dev-python/trimesh/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST trimesh-3.13.5.gh.tar.gz 11961925 BLAKE2B 8a4b069f2df49c9ca6121cd3ea446f959a4d5df16b2eafca039b7bc55f04830e054a1c03e012e25594ccda415fedf26b0ab3ae1dbe5e5d1b019bf9e899703169 SHA512 dd4bd7051d48f382ec3e96e55156a6d4cc554a097133d8deb033b9fbcf6f50cf446539484c2a0858243728bc3a7bb6973876919d900a7deb2ff1a6bd11dc397c
24 -DIST trimesh-3.14.0.gh.tar.gz 11962245 BLAKE2B 56ae1d987f43b6945191c80be6ac0a47cad51de370b4d4033baeec69b0aafa54ce4282e622d7f29a4906efde5ce7af2b13b8567b98a519eab8edf791de90f355 SHA512 495f90fe37bbeb339b7db4dbd366bac126a43e956ec18ec77c9ee697e7d8155f0c048f8e5280230684cb602b26a4be1be1e74335db94f4272b50816ab937e2ca
25 DIST trimesh-3.14.1.gh.tar.gz 11961899 BLAKE2B eab37c94da03cfdefa2f4bff78a1a1cdd2a4c5d3d5da7ef5f462de331c7c2dbaaabbc53a0033ca95a3b4d9d61e072af2f2b689d291e32a89531ca2b5e9d8f8e2 SHA512 e8c43275552d2ddf2e6c1d7582c67f34d7bdaddd5df2cfac9a3758eac12a7fc8bc41748465317eb4e983d7d2d9d51209ab85bfa781022227c0be57618991e9b4
26 -DIST trimesh-3.15.1.gh.tar.gz 11956148 BLAKE2B 6b0486f779c440baa701f19c5ced085f6f4dcf93704720d8158dc216d1b8e0b46c7549c0adbebee83e34fe2b0eda42da44c61848a9f11bac9d66736566d58c9c SHA512 04459bbb99a1a12cb0a3626d7a1b465b612b7b36690b7c1e6f0dd358794a46a9f64d3465021271846112abc69b0b4f4465bf0b045deb194c28272a4680e65e65
27 DIST trimesh-3.15.2.gh.tar.gz 11956076 BLAKE2B 4ec701056efd29eb24eaf4edc82d07af4b8e02713697f658ea86eaef6f94916d51c3b21873b3da720705f281054ab5564f4331dc3ee9614d37774bdc03dd1c77 SHA512 9ae3917f2485f5eba089fd04029187be356bbb032d8afa57801a5c19a897550a34bd6734848a47c937b42745fd4563a5a05352928f5e31a7146a3b002d6c765d
28
29 diff --git a/dev-python/trimesh/trimesh-3.13.5.ebuild b/dev-python/trimesh/trimesh-3.13.5.ebuild
30 deleted file mode 100644
31 index 40922f106994..000000000000
32 --- a/dev-python/trimesh/trimesh-3.13.5.ebuild
33 +++ /dev/null
34 @@ -1,65 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1 multiprocessing optfeature
44 -
45 -DESCRIPTION="Python library for loading and using triangular meshes"
46 -HOMEPAGE="
47 - https://trimsh.org/
48 - https://github.com/mikedh/trimesh/
49 - https://pypi.org/project/trimesh/
50 -"
51 -SRC_URI="
52 - https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
53 - -> ${P}.gh.tar.gz
54 -"
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -KEYWORDS="amd64 ~arm64 ~x86"
59 -
60 -RDEPEND="
61 - dev-python/chardet[${PYTHON_USEDEP}]
62 - dev-python/colorlog[${PYTHON_USEDEP}]
63 - dev-python/jsonschema[${PYTHON_USEDEP}]
64 - dev-python/lxml[${PYTHON_USEDEP}]
65 - dev-python/msgpack[${PYTHON_USEDEP}]
66 - dev-python/networkx[${PYTHON_USEDEP}]
67 - dev-python/numpy[${PYTHON_USEDEP}]
68 - dev-python/pillow[${PYTHON_USEDEP}]
69 - dev-python/pycollada[${PYTHON_USEDEP}]
70 - dev-python/pyglet[${PYTHON_USEDEP}]
71 - dev-python/requests[${PYTHON_USEDEP}]
72 - dev-python/scipy[${PYTHON_USEDEP}]
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 - >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
75 - dev-python/svg-path[${PYTHON_USEDEP}]
76 - dev-python/sympy[${PYTHON_USEDEP}]
77 - dev-python/xxhash[${PYTHON_USEDEP}]
78 - sci-libs/rtree[${PYTHON_USEDEP}]
79 -"
80 -BDEPEND="
81 - test? (
82 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
83 - )
84 -"
85 -
86 -distutils_enable_tests pytest
87 -
88 -python_test() {
89 - epytest -n "$(makeopts_jobs)"
90 -}
91 -
92 -pkg_postinst() {
93 - optfeature_header "${PN} functionality can be extended by installing the following packages:"
94 - optfeature "making GUI applications with 3D stuff" dev-python/glooey
95 - optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
96 - optfeature "loading a number of additional mesh formats" dev-python/meshio
97 - optfeature "figuring out how much memory we have" dev-python/psutil
98 - optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
99 -}
100
101 diff --git a/dev-python/trimesh/trimesh-3.14.0.ebuild b/dev-python/trimesh/trimesh-3.14.0.ebuild
102 deleted file mode 100644
103 index 11e1a73dfac5..000000000000
104 --- a/dev-python/trimesh/trimesh-3.14.0.ebuild
105 +++ /dev/null
106 @@ -1,65 +0,0 @@
107 -# Copyright 1999-2022 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=8
111 -
112 -DISTUTILS_USE_PEP517=setuptools
113 -PYTHON_COMPAT=( python3_{8..10} )
114 -
115 -inherit distutils-r1 multiprocessing optfeature
116 -
117 -DESCRIPTION="Python library for loading and using triangular meshes"
118 -HOMEPAGE="
119 - https://trimsh.org/
120 - https://github.com/mikedh/trimesh/
121 - https://pypi.org/project/trimesh/
122 -"
123 -SRC_URI="
124 - https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
125 - -> ${P}.gh.tar.gz
126 -"
127 -
128 -LICENSE="MIT"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~arm64 ~x86"
131 -
132 -RDEPEND="
133 - dev-python/chardet[${PYTHON_USEDEP}]
134 - dev-python/colorlog[${PYTHON_USEDEP}]
135 - dev-python/jsonschema[${PYTHON_USEDEP}]
136 - dev-python/lxml[${PYTHON_USEDEP}]
137 - dev-python/msgpack[${PYTHON_USEDEP}]
138 - dev-python/networkx[${PYTHON_USEDEP}]
139 - dev-python/numpy[${PYTHON_USEDEP}]
140 - dev-python/pillow[${PYTHON_USEDEP}]
141 - dev-python/pycollada[${PYTHON_USEDEP}]
142 - dev-python/pyglet[${PYTHON_USEDEP}]
143 - dev-python/requests[${PYTHON_USEDEP}]
144 - dev-python/scipy[${PYTHON_USEDEP}]
145 - dev-python/setuptools[${PYTHON_USEDEP}]
146 - >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
147 - dev-python/svg-path[${PYTHON_USEDEP}]
148 - dev-python/sympy[${PYTHON_USEDEP}]
149 - dev-python/xxhash[${PYTHON_USEDEP}]
150 - sci-libs/rtree[${PYTHON_USEDEP}]
151 -"
152 -BDEPEND="
153 - test? (
154 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
155 - )
156 -"
157 -
158 -distutils_enable_tests pytest
159 -
160 -python_test() {
161 - epytest -n "$(makeopts_jobs)"
162 -}
163 -
164 -pkg_postinst() {
165 - optfeature_header "${PN} functionality can be extended by installing the following packages:"
166 - optfeature "making GUI applications with 3D stuff" dev-python/glooey
167 - optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
168 - optfeature "loading a number of additional mesh formats" dev-python/meshio
169 - optfeature "figuring out how much memory we have" dev-python/psutil
170 - optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
171 -}
172
173 diff --git a/dev-python/trimesh/trimesh-3.15.1.ebuild b/dev-python/trimesh/trimesh-3.15.1.ebuild
174 deleted file mode 100644
175 index 11e1a73dfac5..000000000000
176 --- a/dev-python/trimesh/trimesh-3.15.1.ebuild
177 +++ /dev/null
178 @@ -1,65 +0,0 @@
179 -# Copyright 1999-2022 Gentoo Authors
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=8
183 -
184 -DISTUTILS_USE_PEP517=setuptools
185 -PYTHON_COMPAT=( python3_{8..10} )
186 -
187 -inherit distutils-r1 multiprocessing optfeature
188 -
189 -DESCRIPTION="Python library for loading and using triangular meshes"
190 -HOMEPAGE="
191 - https://trimsh.org/
192 - https://github.com/mikedh/trimesh/
193 - https://pypi.org/project/trimesh/
194 -"
195 -SRC_URI="
196 - https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
197 - -> ${P}.gh.tar.gz
198 -"
199 -
200 -LICENSE="MIT"
201 -SLOT="0"
202 -KEYWORDS="~amd64 ~arm64 ~x86"
203 -
204 -RDEPEND="
205 - dev-python/chardet[${PYTHON_USEDEP}]
206 - dev-python/colorlog[${PYTHON_USEDEP}]
207 - dev-python/jsonschema[${PYTHON_USEDEP}]
208 - dev-python/lxml[${PYTHON_USEDEP}]
209 - dev-python/msgpack[${PYTHON_USEDEP}]
210 - dev-python/networkx[${PYTHON_USEDEP}]
211 - dev-python/numpy[${PYTHON_USEDEP}]
212 - dev-python/pillow[${PYTHON_USEDEP}]
213 - dev-python/pycollada[${PYTHON_USEDEP}]
214 - dev-python/pyglet[${PYTHON_USEDEP}]
215 - dev-python/requests[${PYTHON_USEDEP}]
216 - dev-python/scipy[${PYTHON_USEDEP}]
217 - dev-python/setuptools[${PYTHON_USEDEP}]
218 - >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
219 - dev-python/svg-path[${PYTHON_USEDEP}]
220 - dev-python/sympy[${PYTHON_USEDEP}]
221 - dev-python/xxhash[${PYTHON_USEDEP}]
222 - sci-libs/rtree[${PYTHON_USEDEP}]
223 -"
224 -BDEPEND="
225 - test? (
226 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
227 - )
228 -"
229 -
230 -distutils_enable_tests pytest
231 -
232 -python_test() {
233 - epytest -n "$(makeopts_jobs)"
234 -}
235 -
236 -pkg_postinst() {
237 - optfeature_header "${PN} functionality can be extended by installing the following packages:"
238 - optfeature "making GUI applications with 3D stuff" dev-python/glooey
239 - optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
240 - optfeature "loading a number of additional mesh formats" dev-python/meshio
241 - optfeature "figuring out how much memory we have" dev-python/psutil
242 - optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
243 -}