commit: ee185ba11606f530fd671403213a30f5384965e4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:34:52 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:59:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee185ba1
sci-biology/dipy: QA fixes
Drop empty line at EOF
Add runtime deps for tests
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/dipy/dipy-0.11.0.ebuild | 19 +++++++++----------
sci-biology/dipy/dipy-9999.ebuild | 16 ++++++++--------
2 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/sci-biology/dipy/dipy-0.11.0.ebuild
b/sci-biology/dipy/dipy-0.11.0.ebuild
index 9c97079..1d2a9f4 100644
--- a/sci-biology/dipy/dipy-0.11.0.ebuild
+++ b/sci-biology/dipy/dipy-0.11.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
-DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
+DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
HOMEPAGE="http://nipy.org/dipy"
SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -17,20 +17,19 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-DEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
- "
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
sci-libs/nibabel[${PYTHON_USEDEP}]
- "
+"
+DEPEND="
+ test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
+"
python_test() {
distutils_install_for_testing
cd "${TEST_DIR}"/lib || die
nosetests || die
}
-
diff --git a/sci-biology/dipy/dipy-9999.ebuild
b/sci-biology/dipy/dipy-9999.ebuild
index 5bec12b..383ec8c 100644
--- a/sci-biology/dipy/dipy-9999.ebuild
+++ b/sci-biology/dipy/dipy-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3
-DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
+DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
HOMEPAGE="http://nipy.org/dipy"
SRC_URI=""
EGIT_REPO_URI="git://github.com/nipy/dipy"
@@ -18,16 +18,16 @@ SLOT="0"
KEYWORDS=""
IUSE="test"
-DEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
-"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
sci-libs/nibabel[${PYTHON_USEDEP}]
"
+DEPEND="
+ test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
+"
python_test() {
distutils_install_for_testing