[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 14:09:56
  Author: felixonmars
Revision: 658736

upgpkg: python2-pygame-sdl2 1:2.1.0.r357.6474370-2: reproducibility rebuild

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 14:09:53 UTC (rev 658735)
+++ PKGBUILD2020-07-07 14:09:56 UTC (rev 658736)
@@ -3,7 +3,7 @@
 
 pkgname=python2-pygame-sdl2
 pkgver=2.1.0.r357.6474370
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=(x86_64)


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2019-07-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 18, 2019 @ 19:45:19
  Author: alucryd
Revision: 491899

upgpkg: python2-pygame-sdl2 1:2.1.0.r357.6474370-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-18 19:44:23 UTC (rev 491898)
+++ PKGBUILD2019-07-18 19:45:19 UTC (rev 491899)
@@ -2,7 +2,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r351.8bfc1ba
+pkgver=2.1.0.r357.6474370
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -23,7 +23,7 @@
   git
 )
 source=(
-  
git+https://github.com/renpy/pygame_sdl2.git#commit=8bfc1ba9b98011004667ab6771c0923e493fb52b
+  
git+https://github.com/renpy/pygame_sdl2.git#commit=6474370f2e67ed392c4685c98f2eb88dce79cff6
   cython.patch
 )
 sha256sums=(
@@ -52,10 +52,8 @@
 package() {
   cd pygame_sdl2
 
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1' 
--skip-build
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+  python2 setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm 644 COPYING.ZLIB -t 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2019-03-09 Thread Maxime Gauduin via arch-commits
Date: Saturday, March 9, 2019 @ 20:08:05
  Author: alucryd
Revision: 438642

upgpkg: python2-pygame-sdl2 1:2.1.0.r351.8bfc1ba-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |   36 +---
 1 file changed, 25 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 19:21:19 UTC (rev 438641)
+++ PKGBUILD2019-03-09 20:08:05 UTC (rev 438642)
@@ -2,20 +2,34 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r349.d2ed33b
+pkgver=2.1.0.r351.8bfc1ba
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2' 'git')
-_commit='d2ed33b5f0f790ca1ea330c2f4d3b1aeb6d6375c'
-source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
-'cython.patch')
-sha256sums=('SKIP'
-'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+arch=(x86_64)
+url=https://github.com/renpy/pygame_sdl2
+license=(
+  LGPL2.1
+  zlib
+)
+depends=(
+  python2
+  sdl2_image
+  sdl2_mixer
+  sdl2_ttf
+)
+makedepends=(
+  cython2
+  git
+)
+source=(
+  
git+https://github.com/renpy/pygame_sdl2.git#commit=8bfc1ba9b98011004667ab6771c0923e493fb52b
+  cython.patch
+)
+sha256sums=(
+  SKIP
+  fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01
+)
 
 pkgver() {
   cd pygame_sdl2


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2018-08-13 Thread Maxime Gauduin via arch-commits
Date: Monday, August 13, 2018 @ 08:46:06
  Author: alucryd
Revision: 371258

upgpkg: python2-pygame-sdl2 1:2.1.0.r349.d2ed33b-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 07:52:36 UTC (rev 371257)
+++ PKGBUILD2018-08-13 08:46:06 UTC (rev 371258)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r347.795941a
+pkgver=2.1.0.r349.d2ed33b
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
 makedepends=('cython2' 'git')
-_commit='795941ac518fdb6cc23e086224877f79477aace8'
+_commit='d2ed33b5f0f790ca1ea330c2f4d3b1aeb6d6375c'
 source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
 sha256sums=('SKIP'
@@ -39,7 +39,7 @@
 package() {
   cd pygame_sdl2
 
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1' 
--skip-build
 
   install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
   install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 17:51:54
  Author: alucryd
Revision: 317403

upgpkg: python2-pygame-sdl2 1:2.1.0.r347.795941a-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 17:49:41 UTC (rev 317402)
+++ PKGBUILD2018-04-23 17:51:54 UTC (rev 317403)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r328.ce2578c
+pkgver=2.1.0.r347.795941a
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
 makedepends=('cython2' 'git')
-_commit='ce2578cbd5730bdb1950d1a6ea560203b6d610e4'
+_commit='795941ac518fdb6cc23e086224877f79477aace8'
 source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
 sha256sums=('SKIP'


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 12:11:11
  Author: alucryd
Revision: 213854

upgpkg: python2-pygame-sdl2 1:2.1.0.r328.ce2578c-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 11:58:17 UTC (rev 213853)
+++ PKGBUILD2017-02-26 12:11:11 UTC (rev 213854)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r326.0732c44
+pkgver=2.1.0.r328.ce2578c
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
 makedepends=('cython2' 'git')
-_commit='0732c448434a2a3e26c0499c8e3eb17fd385519c'
+_commit='ce2578cbd5730bdb1950d1a6ea560203b6d610e4'
 source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
 sha256sums=('SKIP'


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 18:19:59
  Author: alucryd
Revision: 206627

upgpkg: python2-pygame-sdl2 1:2.1.0.r326.0732c44-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 18:12:37 UTC (rev 206626)
+++ PKGBUILD2017-01-10 18:19:59 UTC (rev 206627)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=2.1.0.r317.907e2eb
+pkgver=2.1.0.r326.0732c44
 pkgrel=1
 epoch=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'zlib')
 depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
 makedepends=('cython2' 'git')
-_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
+_commit='0732c448434a2a3e26c0499c8e3eb17fd385519c'
 source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
 sha256sums=('SKIP'


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 17:25:58
  Author: alucryd
Revision: 194029

upgpkg: python2-pygame-sdl2 1:2.1.0.r317.907e2eb-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:53:54 UTC (rev 194028)
+++ PKGBUILD2016-10-30 17:25:58 UTC (rev 194029)
@@ -3,33 +3,41 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.8
+pkgver=2.1.0.r317.907e2eb
 pkgrel=1
+epoch=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;
+makedepends=('cython2' 'git')
+_commit='907e2ebf7f72c88c83b2575340861b6c9cbc569a'
+source=("git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit};
 'cython.patch')
-sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+sha256sums=('SKIP'
 'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
 
+pkgver() {
+  cd pygame_sdl2
+
+ echo "2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
 prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   patch -Np1 -i ../cython.patch
 }
 
 build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   python2 setup.py build
 }
 
 package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
+  cd pygame_sdl2
 
   python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
 


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD cython.patch)

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 17:52:50
  Author: alucryd
Revision: 154564

upgpkg: python2-pygame-sdl2 6.99.8-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD
  python2-pygame-sdl2/trunk/cython.patch

--+
 PKGBUILD |8 
 cython.patch |   19 ++-
 2 files changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 16:46:32 UTC (rev 154563)
+++ PKGBUILD2015-12-26 16:52:50 UTC (rev 154564)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.7
+pkgver=6.99.8
 pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 makedepends=('cython2')
 
source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
-'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
 
 prepare() {
   cd pygame-sdl2-for-renpy-${pkgver}
 
-  patch -Np0 -i ../cython.patch
+  patch -Np1 -i ../cython.patch
 }
 
 build() {

Modified: cython.patch
===
--- cython.patch2015-12-26 16:46:32 UTC (rev 154563)
+++ cython.patch2015-12-26 16:52:50 UTC (rev 154564)
@@ -1,11 +1,12 @@
 setuplib.py2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
+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"
  
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
  
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]
+ if sys.version_info[0] >= 3:


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 09:38:30
  Author: alucryd
Revision: 146790

upgpkg: python2-pygame-sdl2 6.99.7-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 08:13:06 UTC (rev 146789)
+++ PKGBUILD2015-11-14 08:38:30 UTC (rev 146790)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.6
+pkgver=6.99.7
 pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cython2')
 
source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
+sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
 '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
 
 prepare() {


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2015-10-05 Thread Maxime Gauduin
Date: Monday, October 5, 2015 @ 14:25:58
  Author: alucryd
Revision: 142990

upgpkg: python2-pygame-sdl2 6.99.6-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-05 11:52:50 UTC (rev 142989)
+++ PKGBUILD2015-10-05 12:25:58 UTC (rev 142990)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.5
+pkgver=6.99.6
 pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cython2')
 
source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('3cfe05da83fa115c7fa10ae7aac88979ba9b5ba73986205b89b3bb25c4687230'
+sha256sums=('a3939d753a7481b7316d6fefe4ab3e777a52e4267ba518bf2ae91d50c7de63ec'
 '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
 
 prepare() {


[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD)

2015-07-28 Thread Maxime Gauduin
Date: Tuesday, July 28, 2015 @ 23:28:28
  Author: alucryd
Revision: 137573

upgpkg: python2-pygame-sdl2 6.99.5-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 21:15:28 UTC (rev 137572)
+++ PKGBUILD2015-07-28 21:28:28 UTC (rev 137573)
@@ -3,8 +3,8 @@
 # Contributor: Cravix dr.neem...@gmail.com
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.4
-pkgrel=2
+pkgver=6.99.5
+pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
 url='https://github.com/renpy/pygame_sdl2'
@@ -13,7 +13,7 @@
 makedepends=('cython2')
 
source=(http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0'
+sha256sums=('3cfe05da83fa115c7fa10ae7aac88979ba9b5ba73986205b89b3bb25c4687230'
 '312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
 
 prepare() {