commit: 9ff9b8b3e82229189dffb17c17b394a701e38498
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Aug 9 15:37:19 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Aug 9 15:37:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ff9b8b3
sci-libs/nipype: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.44, Repoman-2.3.10
sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
b/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
index 0fc65a5ce..ce6a52d9b 100644
--- a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
+++ b/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="threads(+),sqlite"
inherit distutils-r1
@@ -21,7 +21,7 @@ IUSE="test"
DEPEND="
dev-python/future[${PYTHON_USEDEP}]
- =dev-python/prov-1.5.0[${PYTHON_USEDEP}]
+ ~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}]