From 2eb3247ecdf616b46dfc599be7bf1616cdb8608b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 5 May 2024 13:04:38 -0400 Subject: games-simulation/singularity: enable py3.12 + tidy This could use more attention for build system issues, but they are unrelated to 3.12 and it works for now. Closes: https://bugs.gentoo.org/929594 Signed-off-by: Ionen Wolkens --- games-simulation/singularity/singularity-1.00-r2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games-simulation') diff --git a/games-simulation/singularity/singularity-1.00-r2.ebuild b/games-simulation/singularity/singularity-1.00-r2.ebuild index faf2e9b246f6..25d4ba471216 100644 --- a/games-simulation/singularity/singularity-1.00-r2.ebuild +++ b/games-simulation/singularity/singularity-1.00-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop distutils-r1 -SINGULARITY_MUSIC="endgame-${PN}-music-007" +SINGULARITY_MUSIC=endgame-${PN}-music-007 DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by the whole world" HOMEPAGE="http://www.emhsoft.com/singularity/" @@ -30,7 +30,8 @@ RDEPEND=" media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer[vorbis] !app-containers/apptainer - !sys-cluster/singularity" + !sys-cluster/singularity +" BDEPEND="app-arch/unzip" distutils_enable_sphinx docs -- cgit v1.2.3-65-gdbad