mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user