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 8CE44158064 for ; Sun, 5 May 2024 23:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1DC2BC022; Sun, 5 May 2024 23:44:14 +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 F3D2B2BC022 for ; Sun, 5 May 2024 23:44:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D086343193 for ; Sun, 5 May 2024 23:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E63D1A2F for ; Sun, 5 May 2024 23:44:11 +0000 (UTC) From: "Ionen Wolkens" 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" Message-ID: <1714952250.e51d2e1d479b5982e63aee9cde9f45f2584a8838.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/monsterz/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild X-VCS-Directories: games-puzzle/monsterz/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e51d2e1d479b5982e63aee9cde9f45f2584a8838 X-VCS-Branch: master Date: Sun, 5 May 2024 23:44:11 +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: 589e5baa-ce86-4756-8891-d5acc07e0d60 X-Archives-Hash: 85dfa059f4a4a293df7bd3507c68e3a0 commit: e51d2e1d479b5982e63aee9cde9f45f2584a8838 Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 5 16:37:11 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 5 23:37:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51d2e1d games-puzzle/monsterz: enable py3.12 + tidy Closes: https://bugs.gentoo.org/929590 Signed-off-by: Ionen Wolkens gentoo.org> games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild b/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild index 1d555b46048f..c39a29488956 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild @@ -1,17 +1,18 @@ -# 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="Puzzle game similar to the famous Bejeweled or Zookeeper" HOMEPAGE="http://sam.zoy.org/projects/monsterz/" SRC_URI=" http://sam.zoy.org/projects/monsterz/${P/_p*}.tar.gz - mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz" -S="${WORKDIR}/${P/_p*}" + mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz +" +S=${WORKDIR}/${P/_p*} LICENSE="GPL-1+ LGPL-2+ WTFPL-2" SLOT="0" @@ -22,7 +23,8 @@ RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]') media-libs/sdl2-image[png] - media-libs/sdl2-mixer[mod]" + media-libs/sdl2-mixer[mod] +" BDEPEND="${PYTHON_DEPS}" PATCHES=(