aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyvista/pyvista-0.31.1.ebuild')
-rw-r--r--dev-python/pyvista/pyvista-0.31.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pyvista/pyvista-0.31.1.ebuild b/dev-python/pyvista/pyvista-0.31.1.ebuild
deleted file mode 100644
index 1ba6d0882..000000000
--- a/dev-python/pyvista/pyvista-0.31.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_SINGLE_IMPL=1 # because "sci-libs/vtk" inherits "python-single-r1"
-
-inherit distutils-r1
-
-DESCRIPTION="Easier Pythonic interface to VTK"
-HOMEPAGE="https://docs.pyvista.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
- sci-libs/vtk[python,imaging,rendering,views,${PYTHON_SINGLE_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/appdirs[${PYTHON_USEDEP}]
- 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}"