Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplebayes/
Date: Fri, 20 May 2022 12:09:55
Message-Id: 1653048581.40f6a7327119cd1805ed5ac2889abbaf1e894889.voyageur@gentoo
1 commit: 40f6a7327119cd1805ed5ac2889abbaf1e894889
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 12:08:15 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 12:09:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f6a732
7
8 dev-python/simplebayes: update EAPI 7 -> 8
9
10 Closes: https://bugs.gentoo.org/845867
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 dev-python/simplebayes/simplebayes-1.5.8.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8.ebuild
17 index d91e3839c3e9..6eba77932096 100644
18 --- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild
19 +++ b/dev-python/simplebayes/simplebayes-1.5.8.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +EAPI=8
28 +PYTHON_COMPAT=( python3_{8..11} )
29
30 inherit distutils-r1