commit: ff908446fc453f2bf2746ec68fea85f4d4ba69c9
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Dec 31 03:51:35 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 31 03:51:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff908446
sci-libs/nibabel: removed deprecated version
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
sci-libs/nibabel/nibabel-1.3.0.ebuild | 44 -----------------------------------
1 file changed, 44 deletions(-)
diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild
b/sci-libs/nibabel/nibabel-1.3.0.ebuild
deleted file mode 100644
index 836f2e65a..000000000
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Access a cacophony of neuro-imaging file formats"
-HOMEPAGE="http://nipy.org/nibabel/"
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="dicom doc test"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dicom? (
- sci-libs/pydicom[${PYTHON_USEDEP}]
- 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() {
- distutils-r1_install_for_testing
- cd "${BUILD_DIR}" || die
- echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. nosetests || die
-}