aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-25 05:10:25 -0400
committerHorea Christian <chr@chymera.eu>2020-09-25 05:10:25 -0400
commit942bd2901a8d1513034b68931ca6d884cc759938 (patch)
tree0b6bbe8eb4a65cc7143d28af99e0e593f29b4168
parentdev-python/fslpy: removed old version, PYTHON_COMPAT update (diff)
downloadsci-942bd2901a8d1513034b68931ca6d884cc759938.tar.gz
sci-942bd2901a8d1513034b68931ca6d884cc759938.tar.bz2
sci-942bd2901a8d1513034b68931ca6d884cc759938.zip
sci-biology/behaviopy: 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/behaviopy/behaviopy-0.1.ebuild4
-rw-r--r--sci-biology/behaviopy/behaviopy-9999.ebuild4
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