commit: b8c185218e7461e73e8226cb8175ae4edc7e6dab
parent 37ef9026163c2d98e21a6f1b993d94a210e1c86b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 5 Sep 2022 15:00:20 +0200
dev-python/pygame_sdl2: drop 8.0.0, add 8.0.3
Diffstat:
3 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/dev-python/pygame_sdl2/Manifest b/dev-python/pygame_sdl2/Manifest
@@ -1 +1 @@
-DIST pygame_sdl2-2.1.0-for-renpy-8.0.0.tar.gz 4056797 BLAKE2B 00c30be57372ed1c517c365c05372d5ae4e29c5cbdb2b55f3daafe8c545cfdbeb9763048f72ade0c2bd00f5fce37302b79f7ddc41029cba7683b66e129837ec7 SHA512 3b9598369a45635b28357593e8964544dc607c3b13952130e1b352a3d0b12d92850aa147687ce383890f76f4424ec2fb5948e40c865d9fd5f27b92880841d06a
+DIST pygame_sdl2-2.1.0-for-renpy-8.0.3.tar.gz 4059490 BLAKE2B 3228349cfd9905882e81114793db1e31cf5a7dca54647a1c80aa98a84db860bfe460e21105e737181d769f18adf247611fb2afc07ee4a257867e2a5ff09841e6 SHA512 473fffed985362911d413f5e66b35241782fb8222799232351ac3b116942ff369c626ba3c89c5541a47b861332d71b228fcc4588c71d05e484c376ef120cf4cf
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.0.0.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.0.0.ebuild
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-PYSDL="${PN}-2.1.0"
-
-DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
-HOMEPAGE="https://github.com/renpy/pygame_sdl2"
-SRC_URI="https://www.renpy.org/dl/${PV}/${PYSDL}-for-renpy-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/libpng:0=
- media-libs/libsdl2:=[video]
- media-libs/sdl2-image:=[png,jpeg]
- >=media-libs/sdl2-mixer-2.0.2:=
- media-libs/sdl2-ttf:=
- virtual/jpeg:0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
-
-# PyGame distribution for this version has some pregenerated files;
-# we need to remove them
-python_prepare_all() {
- rm -r gen{,3} || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit distutils-r1
+
+PYSDL="${PN}-2.1.0"
+
+DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
+HOMEPAGE="https://github.com/renpy/pygame_sdl2"
+SRC_URI="https://www.renpy.org/dl/${PV}/${PYSDL}-for-renpy-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ media-libs/libpng:0=
+ media-libs/libsdl2:=[video]
+ media-libs/sdl2-image:=[png,jpeg]
+ >=media-libs/sdl2-mixer-2.0.2:=
+ media-libs/sdl2-ttf:=
+ virtual/jpeg:0"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
+
+# PyGame distribution for this version has some pregenerated files;
+# we need to remove them
+python_prepare_all() {
+ rm -r gen{,3} || die
+ distutils-r1_python_prepare_all
+}