public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/trimesh/, dev-python/trimesh/files/
@ 2020-09-25  8:58 Horea Christian
  0 siblings, 0 replies; only message in thread
From: Horea Christian @ 2020-09-25  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     442e39686d8fb3f519e6bc3eb62cdf01af2afea6
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 08:58:01 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 08:58:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=442e3968

dev-python/trimesh: removed old versions, PYTHON_COMPAT update

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

 .../files/trimesh-2.34.3-suppress-xvfb-test.patch  | 11 ----
 dev-python/trimesh/trimesh-3.3.5.ebuild            | 58 ----------------------
 dev-python/trimesh/trimesh-3.5.14.ebuild           |  2 +-
 dev-python/trimesh/trimesh-3.6.13.ebuild           |  2 +-
 4 files changed, 2 insertions(+), 71 deletions(-)

diff --git a/dev-python/trimesh/files/trimesh-2.34.3-suppress-xvfb-test.patch b/dev-python/trimesh/files/trimesh-2.34.3-suppress-xvfb-test.patch
deleted file mode 100644
index 948c57281..000000000
--- a/dev-python/trimesh/files/trimesh-2.34.3-suppress-xvfb-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tests/test_export.py	2018-10-02 22:46:48.992653740 +0200
-+++ b/tests/test_export.py	2018-10-07 01:52:37.793858817 +0200
-@@ -139,7 +139,7 @@
-                         g.log.error('failed to export {}'.format(
-                             option))
-                         # raise the error again
-+                        return
--                        raise E
- 
-                     # load meshlabs export back into trimesh
-                     r = g.trimesh.load(temp_off.name)

diff --git a/dev-python/trimesh/trimesh-3.3.5.ebuild b/dev-python/trimesh/trimesh-3.3.5.ebuild
deleted file mode 100644
index e689deecb..000000000
--- a/dev-python/trimesh/trimesh-3.3.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-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/pytest-cov[${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}]
-		dev-python/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
-}

diff --git a/dev-python/trimesh/trimesh-3.5.14.ebuild b/dev-python/trimesh/trimesh-3.5.14.ebuild
index 0373aaf3a..2ef0e3009 100644
--- a/dev-python/trimesh/trimesh-3.5.14.ebuild
+++ b/dev-python/trimesh/trimesh-3.5.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/trimesh/trimesh-3.6.13.ebuild b/dev-python/trimesh/trimesh-3.6.13.ebuild
index 0373aaf3a..2ef0e3009 100644
--- a/dev-python/trimesh/trimesh-3.6.13.ebuild
+++ b/dev-python/trimesh/trimesh-3.6.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-25  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25  8:58 [gentoo-commits] proj/sci:master commit in: dev-python/trimesh/, dev-python/trimesh/files/ Horea Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox