Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/
Date: Thu, 02 Aug 2018 17:37:53
Message-Id: 1533231369.9a6feaff2362c2475a7cce8fc23394a8d879fe8b.chymera@gentoo
1 commit: 9a6feaff2362c2475a7cce8fc23394a8d879fe8b
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Thu Aug 2 17:36:09 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 2 17:36:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a6feaff
7
8 sci-biology/nilearn: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 sci-biology/nilearn/nilearn-0.4.1.ebuild | 4 ++--
13 sci-biology/nilearn/nilearn-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-biology/nilearn/nilearn-0.4.1.ebuild b/sci-biology/nilearn/nilearn-0.4.1.ebuild
17 index 49f7a1a33..87226eec3 100644
18 --- a/sci-biology/nilearn/nilearn-0.4.1.ebuild
19 +++ b/sci-biology/nilearn/nilearn-0.4.1.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29
30 inherit distutils-r1
31
32
33 diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild
34 index ecaae3009..460dfc74f 100644
35 --- a/sci-biology/nilearn/nilearn-9999.ebuild
36 +++ b/sci-biology/nilearn/nilearn-9999.ebuild
37 @@ -1,9 +1,9 @@
38 # Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI=6
42 +EAPI=7
43
44 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
45 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
46
47 inherit distutils-r1 git-r3