commit:     68901dcc635d1c14498482588c8daaa31da40121
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 00:04:56 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:44:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68901dcc

app-shells/pokemon-colorscripts: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931356
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild 
b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
index 4fa9fb5430..11e8ea6942 100644
--- a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
+++ b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
@@ -1,20 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=(python3_{10,11})
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit git-r3 python-single-r1
 
 DESCRIPTION="Pokemon unicode sprites for your terminal!"
-
 HOMEPAGE="https://gitlab.com/phoneybadger/pokemon-colorscripts";
-
 EGIT_REPO_URI="https://gitlab.com/phoneybadger/pokemon-colorscripts.git";
 
 LICENSE="MIT"
-
 SLOT="0"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

Reply via email to