[arch-commits] Commit in python-pygame/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-01 Thread Morten Linderud via arch-commits
Date: Sunday, November 1, 2020 @ 18:57:18
  Author: foxboron
Revision: 738932

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/PKGBUILD
(from rev 738931, python-pygame/trunk/PKGBUILD)
Deleted:
  python-pygame/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-01 18:57:10 UTC (rev 738931)
+++ PKGBUILD2020-11-01 18:57:18 UTC (rev 738932)
@@ -1,25 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Matthew McGinn 
-# Contributor: Gryffyn
-# Contributor: Tetsumi
-pkgname=python-pygame
-pkgver=1.9.6
-pkgrel=3
-pkgdesc="Python game library"
-arch=('x86_64')
-url="http://www.pygame.org;
-license=('LGPL')
-makedepends=('python-setuptools')
-depends=('python' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'portmidi')
-source=("https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz;)
-sha256sums=('301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957')
-
-build() {
-cd pygame-"$pkgver"
-python setup.py build
-}
-
-package() {
-cd pygame-"$pkgver"
-python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
-}

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 738931, 
python-pygame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-01 18:57:18 UTC (rev 738932)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter 
+# Contributor: Matthew McGinn 
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+pkgname=python-pygame
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org;
+license=('LGPL')
+makedepends=('python-setuptools' 'sdl2')
+depends=('python' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_image' 'portmidi')
+source=("https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz;)
+sha256sums=('63b038da116a643046181b02173fd894d87d2f85ecfd6aa7d5ece73c6ef501e9')
+
+build() {
+cd pygame-"$pkgver"
+python setup.py build
+}
+
+package() {
+cd pygame-"$pkgver"
+python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
+}


[arch-commits] Commit in python-pygame/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-06 Thread Antonio Rojas via arch-commits
Date: Saturday, April 6, 2019 @ 19:40:19
  Author: arojas
Revision: 450024

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/PKGBUILD
(from rev 450023, python-pygame/trunk/PKGBUILD)
Deleted:
  python-pygame/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 +
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 19:39:39 UTC (rev 450023)
+++ PKGBUILD2019-04-06 19:40:19 UTC (rev 450024)
@@ -1,40 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgbase=python-pygame
-pkgname=python2-pygame
-pkgver=1.9.4
-pkgrel=2
-pkgdesc="Python game library"
-arch=('x86_64')
-url="http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-makedepends=('python2-setuptools')
-source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
-sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
-
-prepare() {
-  cd pygame-${pkgver}
-  # don't ship python2 *and* python3 compiled bytecode from upstream
-  find . -name "*.pyc" -delete
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
-}
-
-build() {
-  cd pygame-${pkgver}
-  python2 config.py -auto
-  python2 setup.py build
-}
-
-package_python2-pygame() {
-  cd pygame-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
-  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
-
-# Fixing permissions
-  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 450023, 
python-pygame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 19:40:19 UTC (rev 450024)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.5
+pkgrel=1
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+makedepends=('python2-setuptools')
+source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
+sha1sums=('72bec05e052f1b271f4fab219d078d0f768a72ea')
+
+prepare() {
+  cd pygame-${pkgver}
+  # don't ship python2 *and* python3 compiled bytecode from upstream
+  find . -name "*.pyc" -delete
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
+}
+
+build() {
+  cd pygame-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-pygame() {
+  cd pygame-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --prefix=/usr
+
+# Copying the examples
+  cp -R examples "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
+
+# Fixing permissions
+  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
+}


[arch-commits] Commit in python-pygame/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-10 Thread Eli Schwartz via arch-commits
Date: Sunday, February 10, 2019 @ 21:09:59
  Author: eschwartz
Revision: 431690

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/PKGBUILD
(from rev 431689, python-pygame/trunk/PKGBUILD)
Deleted:
  python-pygame/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 +
 1 file changed, 40 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-10 21:09:40 UTC (rev 431689)
+++ PKGBUILD2019-02-10 21:09:59 UTC (rev 431690)
@@ -1,33 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgbase=python-pygame
-pkgname=python2-pygame
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="Python game library"
-arch=('x86_64')
-url="http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-makedepends=('python2-setuptools')
-source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
-sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
-
-prepare() {
-  cd pygame-${pkgver}
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
-}
-
-package_python2-pygame() {
-  cd pygame-${pkgver}
-  python2 config.py -auto
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
-  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
-
-# Fixing permissions
-  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 431689, 
python-pygame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 21:09:59 UTC (rev 431690)
@@ -0,0 +1,40 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.4
+pkgrel=2
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+makedepends=('python2-setuptools')
+source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
+sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
+
+prepare() {
+  cd pygame-${pkgver}
+  # don't ship python2 *and* python3 compiled bytecode from upstream
+  find . -name "*.pyc" -delete
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
+}
+
+build() {
+  cd pygame-${pkgver}
+  python2 config.py -auto
+  python2 setup.py build
+}
+
+package_python2-pygame() {
+  cd pygame-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --prefix=/usr
+
+# Copying the examples and tests
+  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
+  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
+
+# Fixing permissions
+  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
+}


[arch-commits] Commit in python-pygame/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-07 Thread Antonio Rojas via arch-commits
Date: Sunday, October 7, 2018 @ 21:33:09
  Author: arojas
Revision: 391050

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/PKGBUILD
(from rev 391049, python-pygame/trunk/PKGBUILD)
Deleted:
  python-pygame/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-07 21:32:44 UTC (rev 391049)
+++ PKGBUILD2018-10-07 21:33:09 UTC (rev 391050)
@@ -1,32 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=python-pygame
-pkgname=python2-pygame
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Python game library"
-arch=('x86_64')
-url="http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-makedepends=('python2-setuptools')
-source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
-sha1sums=('b3ef126f0baea3bd0986fddebba82b6b13f6f282')
-
-prepare() {
-  cd pygame-${pkgver}
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
-}
-
-package_python2-pygame() {
-  cd pygame-${pkgver}
-  python2 config.py -auto
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
-  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
-
-# Fixing permissions
-  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 391049, 
python-pygame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-07 21:33:09 UTC (rev 391050)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+makedepends=('python2-setuptools')
+source=(https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz)
+sha1sums=('9387835fab92a8b4a3c9e51e2c9267a670476aaa')
+
+prepare() {
+  cd pygame-${pkgver}
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} 
+
+}
+
+package_python2-pygame() {
+  cd pygame-${pkgver}
+  python2 config.py -auto
+  python2 setup.py install --root="${pkgdir}" --prefix=/usr
+
+# Copying the examples and tests
+  cp -R examples lib/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame"
+  cp -R test/* "${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests"
+
+# Fixing permissions
+  chmod 644 "${pkgdir}"/usr/include/python2.7/pygame/*
+}