[arch-commits] Commit in python2-pygame-sdl2/repos (8 files)

Maxime Gauduin alucryd at archlinux.org
Sat Nov 14 08:38:47 UTC 2015


    Date: Saturday, November 14, 2015 @ 09:38:46
  Author: alucryd
Revision: 146791

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
    (from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
    (from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
    (from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
    (from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
Deleted:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
  python2-pygame-sdl2/repos/community-i686/cython.patch
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python2-pygame-sdl2/repos/community-x86_64/cython.patch

-------------------------------+
 /PKGBUILD                     |   80 ++++++++++++++++++++++++++++++++++++++++
 /cython.patch                 |   22 +++++++++++
 community-i686/PKGBUILD       |   40 --------------------
 community-i686/cython.patch   |   11 -----
 community-x86_64/PKGBUILD     |   40 --------------------
 community-x86_64/cython.patch |   11 -----
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-14 08:38:30 UTC (rev 146790)
+++ community-i686/PKGBUILD	2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Cravix <dr.neemous at gmail.com>
-
-pkgname=python2-pygame-sdl2
-pkgver=6.99.6
-pkgrel=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2"
-        'cython.patch')
-sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
-            '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
-
-prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  patch -Np0 -i ../cython.patch
-}
-
-build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-14 08:38:46 UTC (rev 146791)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Cravix <dr.neemous at gmail.com>
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.7
+pkgrel=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2"
+        'cython.patch')
+sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
+            '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cython.patch
===================================================================
--- community-i686/cython.patch	2015-11-14 08:38:30 UTC (rev 146790)
+++ community-i686/cython.patch	2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,11 +0,0 @@
---- setuplib.py	2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur	2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
- 
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
- 
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]

Copied: python2-pygame-sdl2/repos/community-i686/cython.patch (from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
===================================================================
--- community-i686/cython.patch	                        (rev 0)
+++ community-i686/cython.patch	2015-11-14 08:38:46 UTC (rev 146791)
@@ -0,0 +1,11 @@
+--- setuplib.py	2015-04-05 18:19:36.869928443 +0800
++++ setuplib.py.cur	2015-04-05 18:20:58.253259520 +0800
+@@ -26,7 +26,7 @@
+ import distutils.core
+ 
+ # The cython command.
+-cython_command = "cython"
++cython_command = "cython2"
+ 
+ # The include and library dirs that we compile against.
+ include_dirs = [ ".", "src" ]

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-14 08:38:30 UTC (rev 146790)
+++ community-x86_64/PKGBUILD	2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Cravix <dr.neemous at gmail.com>
-
-pkgname=python2-pygame-sdl2
-pkgver=6.99.6
-pkgrel=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2"
-        'cython.patch')
-sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
-            '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
-
-prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  patch -Np0 -i ../cython.patch
-}
-
-build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 146790, python2-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-14 08:38:46 UTC (rev 146791)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Cravix <dr.neemous at gmail.com>
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.7
+pkgrel=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2"
+        'cython.patch')
+sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
+            '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/cython.patch
===================================================================
--- community-x86_64/cython.patch	2015-11-14 08:38:30 UTC (rev 146790)
+++ community-x86_64/cython.patch	2015-11-14 08:38:46 UTC (rev 146791)
@@ -1,11 +0,0 @@
---- setuplib.py	2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur	2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
- 
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
- 
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]

Copied: python2-pygame-sdl2/repos/community-x86_64/cython.patch (from rev 146790, python2-pygame-sdl2/trunk/cython.patch)
===================================================================
--- community-x86_64/cython.patch	                        (rev 0)
+++ community-x86_64/cython.patch	2015-11-14 08:38:46 UTC (rev 146791)
@@ -0,0 +1,11 @@
+--- setuplib.py	2015-04-05 18:19:36.869928443 +0800
++++ setuplib.py.cur	2015-04-05 18:20:58.253259520 +0800
+@@ -26,7 +26,7 @@
+ import distutils.core
+ 
+ # The cython command.
+-cython_command = "cython"
++cython_command = "cython2"
+ 
+ # The include and library dirs that we compile against.
+ include_dirs = [ ".", "src" ]



More information about the arch-commits mailing list