From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1628180-garchives=archives.gentoo.org@lists.gentoo.org>
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 08F331581D3
	for <garchives@archives.gentoo.org>; Sun,  5 May 2024 23:44:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1E22F2BC048;
	Sun,  5 May 2024 23:44:15 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 083292BC048
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 May 2024 23:44:15 +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 4F74D34316C
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 May 2024 23:44:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6408A1A31
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 May 2024 23:44:11 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1714952251.2c33968f950b08f34b861551a93f8dbd46c863b1.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/whichwayisup/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
X-VCS-Directories: games-arcade/whichwayisup/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 2c33968f950b08f34b861551a93f8dbd46c863b1
X-VCS-Branch: master
Date: Sun,  5 May 2024 23:44:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7319f43d-5673-400f-849d-78051da8994d
X-Archives-Hash: abe79c78739caf2df50b4b2703286904

commit:     2c33968f950b08f34b861551a93f8dbd46c863b1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 16:50:52 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May  5 23:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c33968f

games-arcade/whichwayisup: enable py3.12 + tidy

Closes: https://bugs.gentoo.org/929572
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
index c8c7fe0a4dd2..b20c0cfa5fc5 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9_p8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit desktop python-single-r1
 
 DESCRIPTION="Traditional and challenging 2D platformer game with a slight rotational twist"
@@ -11,8 +11,9 @@ HOMEPAGE="https://www.oletus.fi/static/whichwayisup/"
 SRC_URI="
 	https://www.oletus.fi/static/whichwayisup/${PN}_b079.zip
 	mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
-	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
-S="${WORKDIR}/${PN}"
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png
+"
+S=${WORKDIR}/${PN}
 
 LICENSE="BitstreamVera CC-BY-3.0 GPL-2"
 SLOT="0"
@@ -23,10 +24,12 @@ RDEPEND="
 	${PYTHON_DEPS}
 	$(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]')
 	media-libs/sdl2-image[png]
-	media-libs/sdl2-mixer[vorbis]"
+	media-libs/sdl2-mixer[vorbis]
+"
 BDEPEND="
 	${PYTHON_DEPS}
-	app-arch/unzip"
+	app-arch/unzip
+"
 
 PATCHES=(
 	"${WORKDIR}"/debian/patches
@@ -34,7 +37,7 @@ PATCHES=(
 
 src_prepare() {
 	# drop Debian specific patch
-	rm "${WORKDIR}"/debian/patches/font_path.patch || die
+	rm -- "${WORKDIR}"/debian/patches/font_path.patch || die
 
 	default