Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame_sdl2/
Date: Fri, 01 Jan 2021 01:34:07
Message-Id: 1609464492.11cd2009a6f3c951936566ff4d22ab8f2e34e503.mgorny@gentoo
1 commit: 11cd2009a6f3c951936566ff4d22ab8f2e34e503
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:28:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:28:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cd2009
7
8 dev-python/pygame_sdl2: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild | 47 ----------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild
16 deleted file mode 100644
17 index 8581518a2e6..00000000000
18 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -inherit distutils-r1
28 -
29 -PYSDL="${PN}-2.1.0"
30 -
31 -DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
32 -HOMEPAGE="https://github.com/renpy/pygame_sdl2"
33 -SRC_URI="https://www.renpy.org/dl/${PV}/${PYSDL}-for-renpy-${PV}.tar.gz"
34 -
35 -LICENSE="LGPL-2.1 ZLIB"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE=""
39 -
40 -BDEPEND="
41 - dev-python/cython[${PYTHON_USEDEP}]"
42 -DEPEND="
43 - $(python_gen_cond_dep '
44 - dev-python/numpy[${PYTHON_USEDEP}]
45 - ' -3)
46 - $(python_gen_cond_dep '
47 - dev-python/numpy-python2[${PYTHON_USEDEP}]
48 - ' -2)
49 - media-libs/libpng:0=
50 - media-libs/libsdl2:=[video]
51 - media-libs/sdl2-image:=[png,jpeg]
52 - >=media-libs/sdl2-mixer-2.0.2:=
53 - media-libs/sdl2-ttf:=
54 - virtual/jpeg:0"
55 -RDEPEND="${DEPEND}"
56 -
57 -S=${WORKDIR}/${PYSDL}-for-renpy-${PV}
58 -
59 -PATCHES=( "${FILESDIR}/pygame_sdl2-6.99.12.4-mixer.patch" )
60 -
61 -# PyGame distribution for this version has some pregenerated files;
62 -# we need to remove them
63 -python_prepare_all()
64 -{
65 - rm -r gen{,3} || die
66 - distutils-r1_python_prepare_all
67 -}