commit: e61ae0f791c70fb675515d070c95ddbc0a6fafe2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon May 22 13:26:27 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon May 22 13:26:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e61ae0f7
dev-python/visvis: drop 1.13.0 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/visvis/visvis-1.13.0.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/visvis/visvis-1.13.0.ebuild b/dev-python/visvis/visvis-1.13.0.ebuild deleted file mode 100644 index 68d53d30e..000000000 --- a/dev-python/visvis/visvis-1.13.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="An object oriented approach to visualization of 1D to 4D data" -HOMEPAGE="https://github.com/almarklein/visvis" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - dev-python/imageio[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest