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 F226D158064 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 32E222BC035; 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 15C3F2BC035 for ; Sun, 5 May 2024 23:44:14 +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 1E2D0343199 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 518AA1A30 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.a615a3e47898a2bb94d3f20c3c18a410ce800614.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild X-VCS-Directories: games-puzzle/pathological/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a615a3e47898a2bb94d3f20c3c18a410ce800614 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: 2f8eb6a0-81ea-40d3-8ce5-1b5fa9b5330d X-Archives-Hash: 74f6366bb7002892987977f1dac616ba commit: a615a3e47898a2bb94d3f20c3c18a410ce800614 Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 5 16:44:51 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=a615a3e4 games-puzzle/pathological: enable py3.12 + tidy Closes: https://bugs.gentoo.org/929591 Signed-off-by: Ionen Wolkens gentoo.org> .../pathological/pathological-1.1.3_p16-r3.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild index a96b81bfc608..c1bc614588a3 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild @@ -3,17 +3,18 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop optfeature python-single-r1 -MY_P="${PN}-$(ver_cut 1-3)" +MY_P=${PN}-$(ver_cut 1-3) DESCRIPTION="Enriched clone of the game 'Logical' by Rainbow Arts" HOMEPAGE="https://pathological.sourceforge.net/" SRC_URI=" https://downloads.sourceforge.net/pathological/${MY_P}.tar.gz - mirror://debian/pool/main/p/pathological/${MY_P/-/_}-${PV/*_p}.debian.tar.xz" -S="${WORKDIR}/${MY_P}" + mirror://debian/pool/main/p/pathological/${MY_P/-/_}-${PV/*_p}.debian.tar.xz +" +S=${WORKDIR}/${MY_P} LICENSE="GPL-2+" SLOT="0" @@ -24,10 +25,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} media-libs/sdl2-image[jpeg,png] - $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]')" + $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]') +" BDEPEND=" ${PYTHON_DEPS} - doc? ( media-libs/netpbm[png] )" + doc? ( media-libs/netpbm[png] ) +" PATCHES=( "${FILESDIR}"/${P}-pygame2-compat.patch