aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-03-22 22:30:58 -0400
committerHorea Christian <chr@chymera.eu>2020-03-22 22:33:02 -0400
commite8025d93b0c85cbfba9b4a6467e2b86f900cb499 (patch)
tree3de1d28d4d3223082a0ca769b5728b7589d4113d /sci-biology/nireg/nireg-9999.ebuild
parentsci-biology/dipy: version bump 1.1.1 (diff)
downloadsci-e8025d93b0c85cbfba9b4a6467e2b86f900cb499.tar.gz
sci-e8025d93b0c85cbfba9b4a6467e2b86f900cb499.tar.bz2
sci-e8025d93b0c85cbfba9b4a6467e2b86f900cb499.zip
sci-biology/nireg: remove from tree.
Unmaintained as of 2016, not used by any packages Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology/nireg/nireg-9999.ebuild')
-rw-r--r--sci-biology/nireg/nireg-9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-biology/nireg/nireg-9999.ebuild b/sci-biology/nireg/nireg-9999.ebuild
deleted file mode 100644
index 980307fff..000000000
--- a/sci-biology/nireg/nireg-9999.ebuild
+++ /dev/null
@@ -1,32 +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,3_5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Image registration package for Python"
-HOMEPAGE="http://nipy.org/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/nipy/${PN}"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-KEYWORDS=""
-
-COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${COMMONDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND="${COMMONDEPEND}
- sci-libs/scipy[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- "
-
-python_test() {
- #nosetests -v || die
- python -c "import nireg; nireg.test()" || die
-}