From b50ffd0338d98c2fc4fc01b17fd41679c9a6baed Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 27 Mar 2016 18:51:35 +0200 Subject: [PATCH] dev-python/pygame_sdl2: bump to 6.99.10 --- ...-6.99.8.exheres-0 => pygame_sdl2-6.99.10.exheres-0} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename packages/dev-python/pygame_sdl2/{pygame_sdl2-6.99.8.exheres-0 => pygame_sdl2-6.99.10.exheres-0} (75%) diff --git a/packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.8.exheres-0 b/packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.10.exheres-0 similarity index 75% rename from packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.8.exheres-0 rename to packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.10.exheres-0 index 4326ca83..3c9bdff7 100644 --- a/packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.8.exheres-0 +++ b/packages/dev-python/pygame_sdl2/pygame_sdl2-6.99.10.exheres-0 @@ -1,11 +1,11 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require setup-py [ import=distutils work=pygame-sdl2-for-renpy-${PV} ] +require setup-py [ import=distutils work=pygame_sdl2-2.1.0-for-renpy-${PV} ] SUMMARY="Reimplementation of portions of the pygame API using SDL2" HOMEPAGE="https://github.com/renpy/pygame_sdl2" -DOWNLOADS="http://www.renpy.org/dl/${PV}/pygame_sdl2-for-renpy-${PV}.tar.bz2" +DOWNLOADS="http://www.renpy.org/dl/${PV}/pygame_sdl2-2.1.0-for-renpy-${PV}.tar.gz" LICENCES="LGPL-2.1 ZLIB" SLOT="0" @@ -28,3 +28,9 @@ DEPENDENCIES=" providers:jpeg-turbo? ( media-libs/libjpeg-turbo ) " +prepare_one_multibuild() { + edo rm -r gen{,3} + + setup-py_prepare_one_multibuild +} +