aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-12-31 04:51:35 +0100
committerHorea Christian <horea.christ@yandex.com>2018-12-31 04:51:35 +0100
commitff908446fc453f2bf2746ec68fea85f4d4ba69c9 (patch)
tree464bedce518e4e12f7250eaa9fe3864a53b60d2b /sci-libs/nibabel/nibabel-1.3.0.ebuild
parentsci-biology/mouse-brain-atlases: version bump (diff)
downloadsci-ff908446fc453f2bf2746ec68fea85f4d4ba69c9.tar.gz
sci-ff908446fc453f2bf2746ec68fea85f4d4ba69c9.tar.bz2
sci-ff908446fc453f2bf2746ec68fea85f4d4ba69c9.zip
sci-libs/nibabel: removed deprecated version
Signed-off-by: Horea Christian <horea.christ@yandex.com> Package-Manager: Portage-2.3.52, Repoman-2.3.12
Diffstat (limited to 'sci-libs/nibabel/nibabel-1.3.0.ebuild')
-rw-r--r--sci-libs/nibabel/nibabel-1.3.0.ebuild44
1 files changed, 0 insertions, 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
-}