From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25D31158090 for ; Fri, 20 May 2022 12:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27799E0920; Fri, 20 May 2022 12:09:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B5ADE0920 for ; Fri, 20 May 2022 12:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBF83341302 for ; Fri, 20 May 2022 12:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74B7947B for ; Fri, 20 May 2022 12:09:50 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1653048581.40f6a7327119cd1805ed5ac2889abbaf1e894889.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplebayes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplebayes/simplebayes-1.5.8.ebuild X-VCS-Directories: dev-python/simplebayes/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 40f6a7327119cd1805ed5ac2889abbaf1e894889 X-VCS-Branch: master Date: Fri, 20 May 2022 12:09:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1728ccda-8103-4260-8366-11179c291970 X-Archives-Hash: 6873c26b8246e6f4a31ae1c7ed26bf8c commit: 40f6a7327119cd1805ed5ac2889abbaf1e894889 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri May 20 12:08:15 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri May 20 12:09:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f6a732 dev-python/simplebayes: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/845867 Signed-off-by: Bernard Cafarelli gentoo.org> dev-python/simplebayes/simplebayes-1.5.8.ebuild | 6 +++--- 1 file 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