[arch-commits] Commit in python-pygame/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 02:05:20 UTC 2019


    Date: Monday, November 4, 2019 @ 02:05:20
  Author: felixonmars
Revision: 522969

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-pygame/repos/community-staging-x86_64/PKGBUILD (from rev 522968, python-pygame/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 02:05:20 UTC (rev 522969)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Matthew McGinn <mamcgi at gmail.com>
+# 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
+}



More information about the arch-commits mailing list