commit: 3495c610a4f7afee702141bd7327572dcac64c71
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 19:14:45 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 19:14:45 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3495c610
dev-python/pyvista: bump to 0.33.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../pyvista/{pyvista-0.31.1.ebuild => pyvista-0.33.2.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/pyvista/pyvista-0.31.1.ebuild
b/dev-python/pyvista/pyvista-0.33.2.ebuild
similarity index 79%
rename from dev-python/pyvista/pyvista-0.31.1.ebuild
rename to dev-python/pyvista/pyvista-0.33.2.ebuild
index 1ba6d0882..c8b5a59dc 100644
--- a/dev-python/pyvista/pyvista-0.31.1.ebuild
+++ b/dev-python/pyvista/pyvista-0.33.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_SINGLE_IMPL=1 # because "sci-libs/vtk" inherits "python-single-r1"
@@ -23,10 +23,7 @@ RDEPEND="
dev-python/imageio[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
- !>=dev-python/meshio-5.0.0[${PYTHON_USEDEP}]
- >=dev-python/meshio-4.0.3[${PYTHON_USEDEP}]
>=dev-python/scooby-0.5.1[${PYTHON_USEDEP}]
- >=dev-python/transforms3d-0.3.1[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"