Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysol_cards/
Date: Mon, 02 Jan 2023 20:56:55
Message-Id: 1672693002.15c9d0b1e7e53505b185af4e9c9e21bab33bd5b0.asturm@gentoo
1 commit: 15c9d0b1e7e53505b185af4e9c9e21bab33bd5b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 20:40:41 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 20:56:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c9d0b1
7
8 dev-python/pysol_cards: update EAPI 7 -> 8, python3_11, tests passed
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
16 index 4df42d0b5f62..724288328866 100644
17 --- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
18 +++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +EAPI=8
28
29 +PYTHON_COMPAT=( python3_{8..11} )
30 inherit distutils-r1
31
32 DESCRIPTION="Deal PySol FreeCell cards"