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/nipy
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/nipy')
-rw-r--r--sci-libs/nipy/nipy-0.3.0.ebuild4
-rw-r--r--sci-libs/nipy/nipy-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/nipy/nipy-0.3.0.ebuild b/sci-libs/nipy/nipy-0.3.0.ebuild
index 62596dd95..24754ae1a 100644
--- a/sci-libs/nipy/nipy-0.3.0.ebuild
+++ b/sci-libs/nipy/nipy-0.3.0.ebuild
@@ -4,14 +4,14 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
DISTUTILS_NO_PARALLEL_BUILD=true
inherit distutils-r1 eutils multilib flag-o-matic
MY_P="nipy-${PV}"
-DESCRIPTION="Neuroimaging tools for Python."
+DESCRIPTION="Neuroimaging tools for Python"
HOMEPAGE="http://nipy.org/"
SRC_URI="https://pypi.python.org/packages/source/n/nipy/nipy-0.3.0.tar.gz"
diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
index 663a0c6ec..87902deec 100644
--- a/sci-libs/nipy/nipy-9999.ebuild
+++ b/sci-libs/nipy/nipy-9999.ebuild
@@ -4,12 +4,12 @@
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
DISTUTILS_NO_PARALLEL_BUILD=true
inherit distutils-r1 multilib git-2 flag-o-matic
-DESCRIPTION="Neuroimaging tools for Python."
+DESCRIPTION="Neuroimaging tools for Python"
HOMEPAGE="http://nipy.org/"
EGIT_REPO_URI="https://github.com/nipy/nipy"