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-libs/nibabel/
Date: Mon, 31 Dec 2018 08:06:08
Message-Id: 1546243531.4d0643b56a624b1cbd9c8bebdca0132798ad839f.chymera@gentoo
1 commit: 4d0643b56a624b1cbd9c8bebdca0132798ad839f
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Mon Dec 31 08:05:31 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Dec 31 08:05:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d0643b5
7
8 sci-libs/nibabel: PYTHON_COMPAT and EAPI bump
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-libs/nibabel/nibabel-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
17 index 1fe4bf5a5..ab88031a7 100644
18 --- a/sci-libs/nibabel/nibabel-9999.ebuild
19 +++ b/sci-libs/nibabel/nibabel-9999.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
30
31 inherit distutils-r1 git-r3