summaryrefslogtreecommitdiff
path: root/dev-python/pygame_sdl2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-06 12:54:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-06 12:54:39 +0000
commit56330f065f2b903d9e1b2dffc63719fef5897a45 (patch)
tree659a7ebca7cb9f7504b018c1484df84ba4f9ab01 /dev-python/pygame_sdl2
parent1774f0a748546cbd792bf1eb44757b63be2e0114 (diff)
gentoo auto-resync : 06:01:2024 - 12:54:38
Diffstat (limited to 'dev-python/pygame_sdl2')
-rw-r--r--dev-python/pygame_sdl2/Manifest4
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild47
-rw-r--r--dev-python/pygame_sdl2/pygame_sdl2-8.1.3.ebuild4
3 files changed, 3 insertions, 52 deletions
diff --git a/dev-python/pygame_sdl2/Manifest b/dev-python/pygame_sdl2/Manifest
index ac2fcfca12fe..5534a230a70a 100644
--- a/dev-python/pygame_sdl2/Manifest
+++ b/dev-python/pygame_sdl2/Manifest
@@ -1,5 +1,3 @@
DIST pygame_sdl2-2.1.0+renpy8.1.3.tar.gz 4252499 BLAKE2B b8bff6e3c96e0e8b70e2a6c83278435491a29421572054cca151deca441171ca4bb14277f5a68d32f7c839094347a78ba2dbba1a432b5bcc47fd068b30ecb9de SHA512 3754a29996aa1992748d49b3d178d18e0cefdf17a63c7181027a3210f7360ac01b3a1d90691bb9789085cb8b61331118e6db93be24ea81b2e24e77e3b0de556c
-DIST pygame_sdl2-2.1.0-for-renpy-8.0.3.tar.gz 4053740 BLAKE2B 607e9c587734a5d53f25ff7537b308eade273f97065e81166bbace9ca255adfda0bef23f05d9fcb370c96d7eeb6175a6b649b0b07727b027ed2b43506dc876c6 SHA512 135779d4de6e2bc8ade069c11d521dd0dc2bebae6dc63a374d478785fe7534626e9dc3c7f8f50c3291f4a60b26eb474c14e3971f0b9487215125bbcd5af6782c
-EBUILD pygame_sdl2-8.0.3.ebuild 1107 BLAKE2B e05af36deba48b284525711ceb3890eb1ef33160816cb0abefade84aafa19d3f75479bdaabc7c11729cc08d7c1e0124d8d3719a301cd178a472fe43449ec4265 SHA512 1dd3d201a9b74125f652408bd4ec68e414658410755eba6a07916b01e4e3a2056256026d6584d1c7b9ee292f737b98723c7387ae70c0114d39c4cf2419e69c5f
-EBUILD pygame_sdl2-8.1.3.ebuild 1144 BLAKE2B d080d441cccbbcad6281f5573147ad6fb25c0c8cef3c2185dd2929d3a47291877bd6f460f5f39bea4034250e35294d5795ed5d1e7b522f736fae0723b108fe72 SHA512 4f8547afbc65a78ced3841d853ae9625ddf5a46e69f9a8c0fc7adb9004346f7f4c0fd565d4f93dc8d2ba08fe298d2d49dbc4b3ef63767797200c3f646819df7d
+EBUILD pygame_sdl2-8.1.3.ebuild 1142 BLAKE2B d440ef5d59365e110c2123a9f508f0f44c113fd0debe79382665cb8b600f52dac0ef466ce36d5102e198b08286def11461355bcf5f976d0f7474484beea9a350 SHA512 1351a454fd7ece26bb6032fab674e9567e266d2359daf65553faa39ca8c3af6c328f546ce757793aeb39654d29ec6c82cd49bcbb5b92b75964f674660e0de61f
MISC metadata.xml 382 BLAKE2B 0456a0211bf9f5497ae588dcb47ed34d99f08b7600d135a4591e10c8ce8a7349c816c53ea4e800070afd065821aabf22a70e7482402947f2d1801c3250d62d12 SHA512 dd3d1bfe08a30dedf0da22a02e2a3f3e8d38ebd59b2c122b26486b6891ac7459a06368fc55bbce6b243880367110b1b908bd796a17feededf3b1d8b4c9363278
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild
deleted file mode 100644
index 403b3deb81ce..000000000000
--- a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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="amd64 x86"
-IUSE=""
-
-# <cython-3 for bug #911781
-BDEPEND="
- <dev-python/cython-3[${PYTHON_USEDEP}]
-"
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- media-libs/libjpeg-turbo:=
- 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:=
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
-
-python_prepare_all() {
- # PyGame distribution for this version has some pregenerated files;
- # we need to remove them
- rm -r gen{,3,-static} || die
-
- # Fix tag name according to PEP 440
- sed -i 's/-for-renpy-/+renpy/' setup.cfg || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.1.3.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.1.3.ebuild
index 8c53c2e38c8d..5fe834643205 100644
--- a/dev-python/pygame_sdl2/pygame_sdl2-8.1.3.ebuild
+++ b/dev-python/pygame_sdl2/pygame_sdl2-8.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1 ZLIB"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
# <wheel-0.41.0 wasn't installing headers correctly