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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-05-05 13:04:38 -04:00
parent 0266b57136
commit 2eb3247ecd

View File

@@ -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