commit: 15c9d0b1e7e53505b185af4e9c9e21bab33bd5b0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 20:40:41 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 20:56:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c9d0b1
dev-python/pysol_cards: update EAPI 7 -> 8, python3_11, tests passed
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index 4df42d0b5f62..724288328866 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -1,10 +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
-
-PYTHON_COMPAT=( python3_{8..10} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Deal PySol FreeCell cards"