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

Morten Linderud foxboron at gemini.archlinux.org
Sat Oct 9 11:23:54 UTC 2021


    Date: Saturday, October 9, 2021 @ 11:23:54
  Author: foxboron
Revision: 1029137

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 1029136, python-pygame/trunk/PKGBUILD)

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

Copied: python-pygame/repos/community-staging-x86_64/PKGBUILD (from rev 1029136, python-pygame/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-09 11:23:54 UTC (rev 1029137)
@@ -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=2.0.1
+pkgrel=3
+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=('8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001')
+
+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