diff options
author | 2018-08-09 17:37:19 +0200 | |
---|---|---|
committer | 2018-08-09 17:37:19 +0200 | |
commit | 9ff9b8b3e82229189dffb17c17b394a701e38498 (patch) | |
tree | 2fe6189368deb59f40e7671e6f76afe5ae85b9d6 | |
parent | Style improvements and better links. (diff) | |
download | sci-9ff9b8b3e82229189dffb17c17b394a701e38498.tar.gz sci-9ff9b8b3e82229189dffb17c17b394a701e38498.tar.bz2 sci-9ff9b8b3e82229189dffb17c17b394a701e38498.zip |
sci-libs/nipype: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.44, Repoman-2.3.10
-rw-r--r-- | sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild | 6 |
1 files 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}] |