Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nistats/
Date: Wed, 12 Oct 2016 06:30:58
Message-Id: 1474887763.6bc09fc2062a164cb4e3dabffa490e3fc86f5106.marbre@gentoo
1 commit: 6bc09fc2062a164cb4e3dabffa490e3fc86f5106
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Mon Sep 26 11:02:43 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Sep 26 11:02:43 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6bc09fc2
7
8 sci-biology/nistats: added new dep, updated EAPI and python cmpatibility (#683)
9
10 Package-Manager: portage-2.3.1
11
12 sci-biology/nistats/nistats-9999.ebuild | 16 ++++++++++------
13 1 file changed, 10 insertions(+), 6 deletions(-)
14
15 diff --git a/sci-biology/nistats/nistats-9999.ebuild b/sci-biology/nistats/nistats-9999.ebuild
16 index 169eced..5ec78fa 100644
17 --- a/sci-biology/nistats/nistats-9999.ebuild
18 +++ b/sci-biology/nistats/nistats-9999.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 -PYTHON_COMPAT=( python2_7 )
29 +PYTHON_COMPAT=( python{2_7,3_4} )
30
31 -inherit distutils-r1 multilib git-r3 flag-o-matic
32 +inherit distutils-r1 git-r3
33
34 DESCRIPTION="Neuroimaging tools for Python"
35 HOMEPAGE="http://nipy.org/"
36 @@ -18,9 +18,13 @@ SLOT="0"
37 IUSE=""
38 KEYWORDS=""
39
40 -COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
41 +COMMONDEPEND="
42 + dev-python/numpy[${PYTHON_USEDEP}]
43 + dev-python/patsy[${PYTHON_USEDEP}]
44 + "
45 DEPEND="${COMMONDEPEND}
46 - dev-python/setuptools[${PYTHON_USEDEP}]"
47 + dev-python/setuptools[${PYTHON_USEDEP}]
48 + "
49 RDEPEND="${COMMONDEPEND}
50 sci-libs/scipy[${PYTHON_USEDEP}]
51 dev-python/sympy[${PYTHON_USEDEP}]