diff options
author | 2018-07-30 13:51:31 +0200 | |
---|---|---|
committer | 2018-07-30 13:51:31 +0200 | |
commit | 8e1eb896a971f81943b09bf9ae25690543b4a30e (patch) | |
tree | 1af870fa1576f3532e2da289938e717fb15d375c | |
parent | sci-biology/samri_bindata: Updated manifest (diff) | |
download | sci-8e1eb896a971f81943b09bf9ae25690543b4a30e.tar.gz sci-8e1eb896a971f81943b09bf9ae25690543b4a30e.tar.bz2 sci-8e1eb896a971f81943b09bf9ae25690543b4a30e.zip |
sci-libs/nipy: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.44, Repoman-2.3.10
-rw-r--r-- | sci-libs/nipy/nipy-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/nipy/nipy-0.4.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/nipy/nipy-9999.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/nipy/nipy-0.4.0.ebuild b/sci-libs/nipy/nipy-0.4.0.ebuild index 4db0b9597..ab2562f34 100644 --- a/sci-libs/nipy/nipy-0.4.0.ebuild +++ b/sci-libs/nipy/nipy-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# 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} ) inherit distutils-r1 eutils multilib flag-o-matic diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild index a886c1c42..74ad89b9b 100644 --- a/sci-libs/nipy/nipy-0.4.1.ebuild +++ b/sci-libs/nipy/nipy-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# 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} ) inherit distutils-r1 eutils multilib flag-o-matic diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild index b9357a72f..658e8d984 100644 --- a/sci-libs/nipy/nipy-9999.ebuild +++ b/sci-libs/nipy/nipy-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# 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} ) inherit distutils-r1 multilib git-r3 flag-o-matic |