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: Thu, 26 May 2022 09:01:56
Message-Id: 1653555686.6b4f5591d6ecbd0f555a485a09ab20b6b47ae163.mgorny@gentoo
1 commit: 6b4f5591d6ecbd0f555a485a09ab20b6b47ae163
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 07:10:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 09:01:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4f5591
7
8 dev-python/trimesh: Bump to 3.12.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/trimesh/Manifest | 1 +
13 dev-python/trimesh/trimesh-3.12.4.ebuild | 66 ++++++++++++++++++++++++++++++++
14 2 files changed, 67 insertions(+)
15
16 diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
17 index a3f002c36070..78c6d950ce2a 100644
18 --- a/dev-python/trimesh/Manifest
19 +++ b/dev-python/trimesh/Manifest
20 @@ -3,3 +3,4 @@ DIST trimesh-3.11.2.gh.tar.gz 10745738 BLAKE2B 59a13c2133f7cb0ad22ca5b03af9e61c4
21 DIST trimesh-3.12.0.gh.tar.gz 10751006 BLAKE2B 544dac08bf214a703fe00666269f64aad280232245665d544b52eab33e44dab8369bd068c638c8088792e9f62cd54724d2f5758238e4c95e8d74c3f266d86127 SHA512 6c054c92b50e1b3c85c0022969b752d3c97b73f797883a11967645fcab462f8008684a371145cdd0c01896c508eba4f98ac5e3bafd74c9f0b363c2d62275f0b7
22 DIST trimesh-3.12.1.gh.tar.gz 10752061 BLAKE2B 3c6af976e70646874a2d52a8f7a27343d6902d45b332005057c85d658a900667bc7b403c02045ffe12ac40f90f2a8b265ba8dfca70fb70b207493373af5f1bef SHA512 1ccfb25cc4aba3a3620a7cd23ad4da2fb4c9b1ab1544d118103621b812c1c0d25481a7426d1da63d707b46127e966a63e553a402e7a3e7c7f7ce49ca3904fbdf
23 DIST trimesh-3.12.3.gh.tar.gz 10754773 BLAKE2B ddfb7317e4262492c58673f198b5ebbcd429223c12a1808f92d80700073887994990466fb651fb54e0f47b1b54667c69e043eba3978f5fc1180ab503c5143c4b SHA512 58644bfe8099e3f9d9a5540b570c95981dffeb7ab8fd572199bbd041b685214a30e0ca2d137230c7d87ec858e7d55add9a4bc19c66dbb819823f69d91c2d9a89
24 +DIST trimesh-3.12.4.gh.tar.gz 10755375 BLAKE2B ed698cbe50f5c3b1f432a1e31d7a49cf83b987de2a565dcaf7fdf844b676d3bd5639e217d6402e6b55fd0e67c829935caf19e7d511b7fc3260d4cfa1bb876854 SHA512 e895eb1ea0bcbecacadcbd938985f34e1afd12011967e9c06e9ee3531c0c61862281544b736b0da946515e7927979088765fb15c2eb309d7bc065d59bc95ce10
25
26 diff --git a/dev-python/trimesh/trimesh-3.12.4.ebuild b/dev-python/trimesh/trimesh-3.12.4.ebuild
27 new file mode 100644
28 index 000000000000..0b3bc6223c20
29 --- /dev/null
30 +++ b/dev-python/trimesh/trimesh-3.12.4.ebuild
31 @@ -0,0 +1,66 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit distutils-r1 multiprocessing optfeature
41 +
42 +DESCRIPTION="Python library for loading and using triangular meshes"
43 +HOMEPAGE="
44 + https://trimsh.org/
45 + https://github.com/mikedh/trimesh/
46 + https://pypi.org/project/trimesh/
47 +"
48 +# No tests in PyPI tarballs
49 +SRC_URI="
50 + https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
51 + -> ${P}.gh.tar.gz
52 +"
53 +
54 +LICENSE="MIT"
55 +SLOT="0"
56 +KEYWORDS="~amd64 ~arm64 ~x86"
57 +
58 +RDEPEND="
59 + dev-python/chardet[${PYTHON_USEDEP}]
60 + dev-python/colorlog[${PYTHON_USEDEP}]
61 + dev-python/jsonschema[${PYTHON_USEDEP}]
62 + dev-python/lxml[${PYTHON_USEDEP}]
63 + dev-python/msgpack[${PYTHON_USEDEP}]
64 + dev-python/networkx[${PYTHON_USEDEP}]
65 + dev-python/numpy[${PYTHON_USEDEP}]
66 + dev-python/pillow[${PYTHON_USEDEP}]
67 + dev-python/pycollada[${PYTHON_USEDEP}]
68 + dev-python/pyglet[${PYTHON_USEDEP}]
69 + dev-python/requests[${PYTHON_USEDEP}]
70 + dev-python/scipy[${PYTHON_USEDEP}]
71 + dev-python/setuptools[${PYTHON_USEDEP}]
72 + dev-python/svg-path[${PYTHON_USEDEP}]
73 + dev-python/sympy[${PYTHON_USEDEP}]
74 + dev-python/xxhash[${PYTHON_USEDEP}]
75 + sci-libs/rtree[${PYTHON_USEDEP}]
76 + sci-libs/shapely[${PYTHON_USEDEP}]
77 +"
78 +BDEPEND="
79 + test? (
80 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
81 + )
82 +"
83 +
84 +distutils_enable_tests pytest
85 +
86 +python_test() {
87 + epytest -n "$(makeopts_jobs)"
88 +}
89 +
90 +pkg_postinst() {
91 + optfeature_header "${PN} functionality can be extended by installing the following packages:"
92 + optfeature "making GUI applications with 3D stuff" dev-python/glooey
93 + optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
94 + optfeature "loading a number of additional mesh formats" dev-python/meshio
95 + optfeature "figuring out how much memory we have" dev-python/psutil
96 + optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
97 +}