commit: d5b03b77dfbddb39db63275c102e0258d04cd67d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 09:46:32 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 09:46:32 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5b03b77
sci-biology/dipy: PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/dipy/dipy-0.11.0.ebuild | 6 +++---
sci-biology/dipy/dipy-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-biology/dipy/dipy-0.11.0.ebuild
b/sci-biology/dipy/dipy-0.11.0.ebuild
index fed13e8a8..a6697dcda 100644
--- a/sci-biology/dipy/dipy-0.11.0.ebuild
+++ b/sci-biology/dipy/dipy-0.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/sci-biology/dipy/dipy-9999.ebuild
b/sci-biology/dipy/dipy-9999.ebuild
index ff74602cc..7eed19d09 100644
--- a/sci-biology/dipy/dipy-9999.ebuild
+++ b/sci-biology/dipy/dipy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 git-r3