diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 12:37:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 19:37:30 -0400 |
commit | e51d2e1d479b5982e63aee9cde9f45f2584a8838 (patch) | |
tree | 6646f2d3852bb65b52d7ae6bc49292c23e346099 /games-puzzle/monsterz | |
parent | games-arcade/solarwolf: enable py3.12 + tidy (diff) | |
download | gentoo-e51d2e1d479b5982e63aee9cde9f45f2584a8838.tar.gz gentoo-e51d2e1d479b5982e63aee9cde9f45f2584a8838.tar.bz2 gentoo-e51d2e1d479b5982e63aee9cde9f45f2584a8838.zip |
games-puzzle/monsterz: enable py3.12 + tidy
Closes: https://bugs.gentoo.org/929590
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild b/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild index 1d555b46048f..c39a29488956 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1_p12.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop python-single-r1 DESCRIPTION="Puzzle game similar to the famous Bejeweled or Zookeeper" HOMEPAGE="http://sam.zoy.org/projects/monsterz/" SRC_URI=" http://sam.zoy.org/projects/monsterz/${P/_p*}.tar.gz - mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz" -S="${WORKDIR}/${P/_p*}" + mirror://debian/pool/main/${P::1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz +" +S=${WORKDIR}/${P/_p*} LICENSE="GPL-1+ LGPL-2+ WTFPL-2" SLOT="0" @@ -22,7 +23,8 @@ RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep 'dev-python/pygame[${PYTHON_USEDEP}]') media-libs/sdl2-image[png] - media-libs/sdl2-mixer[mod]" + media-libs/sdl2-mixer[mod] +" BDEPEND="${PYTHON_DEPS}" PATCHES=( |