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

Maxime Gauduin alucryd at archlinux.org
Sat Dec 26 16:53:00 UTC 2015


    Date: Saturday, December 26, 2015 @ 17:52:59
  Author: alucryd
Revision: 154565

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

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
    (from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
    (from rev 154564, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
    (from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
    (from rev 154564, 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                 |   24 ++++++++++++
 community-i686/PKGBUILD       |   40 --------------------
 community-i686/cython.patch   |   11 -----
 community-x86_64/PKGBUILD     |   40 --------------------
 community-x86_64/cython.patch |   11 -----
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-26 16:52:50 UTC (rev 154564)
+++ community-i686/PKGBUILD	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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.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:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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.8
+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=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+            'fe2ec4d84444ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np1 -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-12-26 16:52:50 UTC (rev 154564)
+++ community-i686/cython.patch	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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 154564, python2-pygame-sdl2/trunk/cython.patch)
===================================================================
--- community-i686/cython.patch	                        (rev 0)
+++ community-i686/cython.patch	2015-12-26 16:52:59 UTC (rev 154565)
@@ -0,0 +1,12 @@
+diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py pygame-sdl2-for-renpy-6.99.8/setuplib.py
+--- pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py	2015-12-26 17:20:24.573648895 +0100
++++ pygame-sdl2-for-renpy-6.99.8/setuplib.py	2015-12-26 17:20:42.733819376 +0100
+@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
+ if windows:
+     cython_command = os.path.join(os.path.dirname(sys.executable), "Scripts", "cython.exe")
+ else:
+-    cython_command = "cython"
++    cython_command = "cython2"
+ 
+ 
+ if sys.version_info[0] >= 3:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-26 16:52:50 UTC (rev 154564)
+++ community-x86_64/PKGBUILD	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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.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:

Copied: python2-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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.8
+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=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+            'fe2ec4d84444ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np1 -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-12-26 16:52:50 UTC (rev 154564)
+++ community-x86_64/cython.patch	2015-12-26 16:52:59 UTC (rev 154565)
@@ -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 154564, python2-pygame-sdl2/trunk/cython.patch)
===================================================================
--- community-x86_64/cython.patch	                        (rev 0)
+++ community-x86_64/cython.patch	2015-12-26 16:52:59 UTC (rev 154565)
@@ -0,0 +1,12 @@
+diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py pygame-sdl2-for-renpy-6.99.8/setuplib.py
+--- pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py	2015-12-26 17:20:24.573648895 +0100
++++ pygame-sdl2-for-renpy-6.99.8/setuplib.py	2015-12-26 17:20:42.733819376 +0100
+@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
+ if windows:
+     cython_command = os.path.join(os.path.dirname(sys.executable), "Scripts", "cython.exe")
+ else:
+-    cython_command = "cython"
++    cython_command = "cython2"
+ 
+ 
+ if sys.version_info[0] >= 3:



More information about the arch-commits mailing list