aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-01-13 04:07:51 -0500
committerHorea Christian <chr@chymera.eu>2023-01-13 04:07:51 -0500
commit0f1eeb5f8d889cc546f592e867cd64cf1c8d70e5 (patch)
tree4da92ed5ef81069d50b1aeebf63495281a23aae4 /sci-biology/bx-python
parentprofiles/default/linux/amd64/17.0/x32: removed unused profile dirs (diff)
downloadsci-0f1eeb5f8d889cc546f592e867cd64cf1c8d70e5.tar.gz
sci-0f1eeb5f8d889cc546f592e867cd64cf1c8d70e5.tar.bz2
sci-0f1eeb5f8d889cc546f592e867cd64cf1c8d70e5.zip
sci-biology/bx-python: updated PYTHON_COMPAT
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology/bx-python')
-rw-r--r--sci-biology/bx-python/bx-python-0.8.9.ebuild6
-rw-r--r--sci-biology/bx-python/bx-python-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-biology/bx-python/bx-python-0.8.9.ebuild b/sci-biology/bx-python/bx-python-0.8.9.ebuild
index a0d3ae3df..86ef4f79a 100644
--- a/sci-biology/bx-python/bx-python-0.8.9.ebuild
+++ b/sci-biology/bx-python/bx-python-0.8.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{10..10} )
inherit distutils-r1
diff --git a/sci-biology/bx-python/bx-python-9999.ebuild b/sci-biology/bx-python/bx-python-9999.ebuild
index 6f0b1c9ca..115fda468 100644
--- a/sci-biology/bx-python/bx-python-9999.ebuild
+++ b/sci-biology/bx-python/bx-python-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{10..10} )
inherit distutils-r1 git-r3