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 796CD1581D3 for ; Wed, 15 May 2024 00:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8122EE2A2B; Wed, 15 May 2024 00:45:51 +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 4B041E2A2A for ; Wed, 15 May 2024 00:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DA9033BE58 for ; Wed, 15 May 2024 00:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B511AD0 for ; Wed, 15 May 2024 00:45:47 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715733884.68901dcc635d1c14498482588c8daaa31da40121.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/pokemon-colorscripts/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild X-VCS-Directories: app-shells/pokemon-colorscripts/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 68901dcc635d1c14498482588c8daaa31da40121 X-VCS-Branch: dev Date: Wed, 15 May 2024 00:45:47 +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: abc0f422-2377-4649-93f3-2d8359d87876 X-Archives-Hash: a49c22c7f0e0e7ca70636153009b14a9 Message-ID: <20240515004547.g3vC3bXnwssZWiZAbb2ZxPYcqCo678n6bRdgDtPQQmc@z> commit: 68901dcc635d1c14498482588c8daaa31da40121 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 00:04:56 2024 +0000 Commit: Julien Roy jroy 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 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}"