commit:     fa2a4ce12d39391486ec58da56e45b64c5df934a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 19:17:45 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 19:17:45 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa2a4ce1

sci-visualization/fsleyes: drop 1.3.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/fsleyes/fsleyes-1.3.3.ebuild | 65 --------------------------
 1 file changed, 65 deletions(-)

diff --git a/sci-visualization/fsleyes/fsleyes-1.3.3.ebuild 
b/sci-visualization/fsleyes/fsleyes-1.3.3.ebuild
deleted file mode 100644
index ac86c16fd..000000000
--- a/sci-visualization/fsleyes/fsleyes-1.3.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit xdg distutils-r1 desktop virtualx
-
-DESCRIPTION="The new FSL image viewer, released with FSL 5.0.10"
-HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/tree/master";
-SRC_URI="
-       
https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/${PV}/${P}.tar.gz
-       https://github.com/pauldmccarthy/fsleyes/archive/${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/fslpy-3.6[${PYTHON_USEDEP}]
-       >=dev-python/jinja-2[${PYTHON_USEDEP}]
-       >=dev-python/matplotlib-1.5.1[${PYTHON_USEDEP}]
-       >=dev-python/numpy-1.14.0[${PYTHON_USEDEP}]
-       >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopengl-3.1.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopengl_accelerate-3.1.0[${PYTHON_USEDEP}]
-       =dev-python/pyparsing-2*[${PYTHON_USEDEP}]
-       >=dev-python/wxpython-4[${PYTHON_USEDEP}]
-       >=dev-python/scipy-0.18[${PYTHON_USEDEP}]
-       >=sci-libs/nibabel-2.3[${PYTHON_USEDEP}]
-       >=sci-visualization/fsleyes-widgets-0.12[${PYTHON_USEDEP}]
-       >=sci-visualization/fsleyes-props-1.7.2[${PYTHON_USEDEP}]
-       "
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.26.2-fsldir.patch"
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx userdoc dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-       # do not depend on pytest-cov
-       sed -i -e '/addopts/d' setup.cfg || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       doicon -s 48 fsleyes/assets/linux/hicolor/48x48/apps/*.png
-       domenu fsleyes/assets/linux/*.desktop
-       insinto /usr/share/metainfo
-       doins fsleyes/assets/linux/*.appdata.xml
-       local size
-       for size in 16 32 128 256 512 ; do
-               newicon -s ${size} 
fsleyes/assets/icons/app_icon/${PN}.iconset/icon_${size}x${size}.png "${PN}.png"
-       done
-}
-
-python_test() {
-       virtx epytest
-}

Reply via email to