commit:     e1597c95dffe6ce2944fc616da7d444d6d4f565a
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Mar 21 18:56:58 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Mar 21 18:57:29 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1597c95

dev-python/trimesh: version bump 3.6.13

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/trimesh/trimesh-3.6.13.ebuild | 57 ++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/dev-python/trimesh/trimesh-3.6.13.ebuild 
b/dev-python/trimesh/trimesh-3.6.13.ebuild
new file mode 100644
index 000000000..239a7defa
--- /dev/null
+++ b/dev-python/trimesh/trimesh-3.6.13.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for loading and using triangular meshes."
+HOMEPAGE="https://trimsh.org/";
+SRC_URI="https://github.com/mikedh/trimesh/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test extra"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       test? (
+               ${RDEPEND}
+               dev-python/pytest[${PYTHON_USEDEP}]
+               )
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+"
+RDEPEND="
+       extra? (
+               dev-libs/xxhash
+               dev-python/colorlog[${PYTHON_USEDEP}]
+               dev-python/chardet[${PYTHON_USEDEP}]
+               dev-python/lxml[${PYTHON_USEDEP}]
+               dev-python/msgpack[${PYTHON_USEDEP}]
+               dev-python/networkx[${PYTHON_USEDEP}]
+               dev-python/pillow[${PYTHON_USEDEP}]
+               dev-python/pyglet[${PYTHON_USEDEP}]
+               dev-python/pycollada[${PYTHON_USEDEP}]
+               dev-python/psutil[${PYTHON_USEDEP}]
+               dev-python/requests[${PYTHON_USEDEP}]
+               dev-python/svg-path[${PYTHON_USEDEP}]
+               dev-python/sympy[${PYTHON_USEDEP}]
+               sci-libs/scikits_image[${PYTHON_USEDEP}]
+               sci-libs/scipy[${PYTHON_USEDEP}]
+               sci-libs/Shapely[${PYTHON_USEDEP}]
+               sci-libs/Rtree[${PYTHON_USEDEP}]
+       )
+"
+
+python_test() {
+       if use extra; then
+               pytest -vv || die
+       else
+               cd tests || die
+               pytest -p no:warnings $(grep -v '^#' basic.list) || die
+       fi
+}

Reply via email to