commit:     fe7a9e59b0096a5b06040a82bd97c63969b94cb7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 12:11:54 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 12:11:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe7a9e59

sci-libs/nibabel: drop 3.0.2

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

 sci-libs/nibabel/nibabel-3.0.2.ebuild | 42 -----------------------------------
 1 file changed, 42 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild 
b/sci-libs/nibabel/nibabel-3.0.2.ebuild
deleted file mode 100644
index 6c2cff127..000000000
--- a/sci-libs/nibabel/nibabel-3.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Access a cacophony of neuro-imaging file formats"
-HOMEPAGE="https://nipy.org/nibabel/";
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dicom doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dicom? (
-               sci-libs/pydicom
-               dev-python/pillow[${PYTHON_USEDEP}]
-               )
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               )
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       cd "${BUILD_DIR}" || die
-       echo "backend: Agg" > matplotlibrc
-       MPLCONFIGDIR=. nosetests || die
-}

Reply via email to