diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:08:15 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:09:41 +0200 |
commit | 40f6a7327119cd1805ed5ac2889abbaf1e894889 (patch) | |
tree | 10b81d91abada3177500c4b9fb1fdad1d488843c /dev-python/simplebayes/simplebayes-1.5.8.ebuild | |
parent | dev-python/yaswfp: enable py3.10, py3.11 (diff) | |
download | gentoo-40f6a7327119cd1805ed5ac2889abbaf1e894889.tar.gz gentoo-40f6a7327119cd1805ed5ac2889abbaf1e894889.tar.bz2 gentoo-40f6a7327119cd1805ed5ac2889abbaf1e894889.zip |
dev-python/simplebayes: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/845867
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'dev-python/simplebayes/simplebayes-1.5.8.ebuild')
-rw-r--r-- | dev-python/simplebayes/simplebayes-1.5.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8.ebuild index d91e3839c3e9..6eba77932096 100644 --- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild +++ b/dev-python/simplebayes/simplebayes-1.5.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |