diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 13:04:38 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 19:37:31 -0400 |
commit | 2eb3247ecdf616b46dfc599be7bf1616cdb8608b (patch) | |
tree | 9bb6d085fbb72f8deb21efe76a34a7f5051fc7c7 /games-simulation | |
parent | games-puzzle/angrydd: enable py3.12 + tidy (diff) | |
download | gentoo-2eb3247ecdf616b46dfc599be7bf1616cdb8608b.tar.gz gentoo-2eb3247ecdf616b46dfc599be7bf1616cdb8608b.tar.bz2 gentoo-2eb3247ecdf616b46dfc599be7bf1616cdb8608b.zip |
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>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/singularity/singularity-1.00-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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 |