aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 05:46:32 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 05:46:32 -0400
commitd5b03b77dfbddb39db63275c102e0258d04cd67d (patch)
tree93597a4eb6bc9dfe550f47d241b3c7830b36a500
parentsci-biology/biopieces: Removed package with deprecated dep (diff)
downloadsci-d5b03b77.tar.gz
sci-d5b03b77.tar.bz2
sci-d5b03b77.zip
sci-biology/dipy: PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--sci-biology/dipy/dipy-0.11.0.ebuild6
-rw-r--r--sci-biology/dipy/dipy-9999.ebuild6
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