commit: 6bc09fc2062a164cb4e3dabffa490e3fc86f5106
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Sep 26 11:02:43 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Sep 26 11:02:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6bc09fc2
sci-biology/nistats: added new dep, updated EAPI and python cmpatibility (#683)
Package-Manager: portage-2.3.1
sci-biology/nistats/nistats-9999.ebuild | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/sci-biology/nistats/nistats-9999.ebuild
b/sci-biology/nistats/nistats-9999.ebuild
index 169eced..5ec78fa 100644
--- a/sci-biology/nistats/nistats-9999.ebuild
+++ b/sci-biology/nistats/nistats-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4} )
-inherit distutils-r1 multilib git-r3 flag-o-matic
+inherit distutils-r1 git-r3
DESCRIPTION="Neuroimaging tools for Python"
HOMEPAGE="http://nipy.org/"
@@ -18,9 +18,13 @@ SLOT="0"
IUSE=""
KEYWORDS=""
-COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+COMMONDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/patsy[${PYTHON_USEDEP}]
+ "
DEPEND="${COMMONDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ "
RDEPEND="${COMMONDEPEND}
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]