diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 12:44:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 19:37:30 -0400 |
commit | a615a3e47898a2bb94d3f20c3c18a410ce800614 (patch) | |
tree | 77180ff0baceaf43e21e72188bd82d361731b1d0 /games-puzzle | |
parent | games-puzzle/monsterz: enable py3.12 + tidy (diff) | |
download | gentoo-a615a3e47898a2bb94d3f20c3c18a410ce800614.tar.gz gentoo-a615a3e47898a2bb94d3f20c3c18a410ce800614.tar.bz2 gentoo-a615a3e47898a2bb94d3f20c3c18a410ce800614.zip |
games-puzzle/pathological: enable py3.12 + tidy
Closes: https://bugs.gentoo.org/929591
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild | 15 |
1 files 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 |