commit: 942bd2901a8d1513034b68931ca6d884cc759938
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 09:10:25 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 09:10:25 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=942bd290
sci-biology/behaviopy: PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/behaviopy/behaviopy-0.1.ebuild | 4 ++--
sci-biology/behaviopy/behaviopy-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/behaviopy/behaviopy-0.1.ebuild
b/sci-biology/behaviopy/behaviopy-0.1.ebuild
index 7e42bd9b5..f0fe0ecc0 100644
--- a/sci-biology/behaviopy/behaviopy-0.1.ebuild
+++ b/sci-biology/behaviopy/behaviopy-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
diff --git a/sci-biology/behaviopy/behaviopy-9999.ebuild
b/sci-biology/behaviopy/behaviopy-9999.ebuild
index 949372370..41278f431 100644
--- a/sci-biology/behaviopy/behaviopy-9999.ebuild
+++ b/sci-biology/behaviopy/behaviopy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3