aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-08-15 15:37:33 +0200
committerHorea Christian <h.chr@mail.ru>2013-08-15 15:37:33 +0200
commite20cf96b7230e5bd7e2d5a7531754a84ba6a67df (patch)
tree062c291103d2b54785fa833a2dd8cf122df1f748 /sci-libs/nipype
parentFiled the runtime deps under the test USE flag. (diff)
downloadsci-e20cf96b7230e5bd7e2d5a7531754a84ba6a67df.tar.gz
sci-e20cf96b7230e5bd7e2d5a7531754a84ba6a67df.tar.bz2
sci-e20cf96b7230e5bd7e2d5a7531754a84ba6a67df.zip
Removed python 2_5 support, corrected punctuation.
Diffstat (limited to 'sci-libs/nipype')
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
index 8ad3d8504..8abf2e1c0 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -6,11 +6,11 @@ EAPI=5
# pyamg missing py3 support
# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 git-2
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces."
+DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
HOMEPAGE="http://nipy.sourceforge.net/nipype/"
EGIT_REPO_URI="https://github.com/nipy/nipype"