Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame_sdl2/
Date: Fri, 08 Jul 2016 17:58:36
Message-Id: 1468000662.30411a724d32f0832cf0fce8f264ab619cfaf670.wizardedit@gentoo
1 commit: 30411a724d32f0832cf0fce8f264ab619cfaf670
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 8 17:06:49 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 8 17:57:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30411a72
7
8 dev-python/pygame_sdl2: bump to EAPI 6, add maintainer-needed
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/pygame_sdl2/metadata.xml | 1 +
13 .../pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/pygame_sdl2/metadata.xml b/dev-python/pygame_sdl2/metadata.xml
17 index 0adaee8..e85f847 100644
18 --- a/dev-python/pygame_sdl2/metadata.xml
19 +++ b/dev-python/pygame_sdl2/metadata.xml
20 @@ -1,6 +1,7 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 + <!-- maintainer-needed -->
25 <upstream>
26 <remote-id type="github">renpy/pygame_sdl2</remote-id>
27 </upstream>
28
29 diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild
30 new file mode 100644
31 index 0000000..1a67b16
32 --- /dev/null
33 +++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.6-r1.ebuild
34 @@ -0,0 +1,30 @@
35 +# Copyright 1999-2016 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=6
40 +
41 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
42 +inherit distutils-r1
43 +
44 +DESCRIPTION="Reimplementation of portions of the pygame API using SDL2"
45 +HOMEPAGE="https://github.com/renpy/pygame_sdl2"
46 +SRC_URI="http://www.renpy.org/dl/${PV}/pygame_sdl2-for-renpy-${PV}.tar.bz2"
47 +
48 +LICENSE="LGPL-2.1 ZLIB"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE=""
52 +
53 +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
54 + media-libs/libpng:0
55 + media-libs/libsdl2[video]
56 + media-libs/sdl2-image[png,jpeg]
57 + media-libs/sdl2-mixer
58 + media-libs/sdl2-ttf
59 + virtual/jpeg:62
60 +"
61 +DEPEND="${RDEPEND}
62 + dev-python/cython[${PYTHON_USEDEP}]"
63 +
64 +S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}