Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Sat, 07 May 2016 09:37:12
Message-Id: 1461689229.2248e6e5482aefdb38180bb6e2cff4545ac351ec.jlec@gentoo
1 commit: 2248e6e5482aefdb38180bb6e2cff4545ac351ec
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Apr 26 16:47:09 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 16:47:09 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2248e6e5
7
8 sci-libs/nipype: added python 3_4 compatibility
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/nipype/nipype-0.11.0.ebuild | 2 +-
13 sci-libs/nipype/nipype-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.11.0.ebuild
17 index 74066fb..0b9dc1f 100644
18 --- a/sci-libs/nipype/nipype-0.11.0.ebuild
19 +++ b/sci-libs/nipype/nipype-0.11.0.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=5
22
23 # pyamg missing py3 support
24 -# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
25 +# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
26 PYTHON_COMPAT=( python2_7 )
27 PYTHON_REQ_USE="sqlite"
28
29
30 diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
31 index ce971d1..21eff08 100644
32 --- a/sci-libs/nipype/nipype-9999.ebuild
33 +++ b/sci-libs/nipype/nipype-9999.ebuild
34 @@ -5,7 +5,7 @@
35 EAPI=5
36
37 # pyamg missing py3 support
38 -# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
39 +# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
40 PYTHON_COMPAT=( python2_7 )
41 PYTHON_REQ_USE="sqlite"