[arch-commits] Commit in pyglet/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Tue May 31 00:57:59 UTC 2022


    Date: Tuesday, May 31, 2022 @ 00:57:58
  Author: kkeen
Revision: 1216889

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
    (from rev 1216888, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-31 00:57:46 UTC (rev 1216888)
+++ PKGBUILD	2022-05-31 00:57:58 UTC (rev 1216889)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.23
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet"
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio&video support'
-            'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip")
-md5sums=('a9b2190cf12af4f0eb6d5a0e788f4ffe')
-
-prepare() {
-	cd "$srcdir/$pkgbase-$pkgver"
-
-	# https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-	rm -rf pyglet/extlibs/future/
-}
-
-build() {
-	cd "$srcdir/$pkgbase-$pkgver"
-	python3 setup.py build
-}
-
-package_python-pyglet() {
-	depends=('python' 'glu' 'python-future')
-	cd "$srcdir/$pkgbase-$pkgver"
-	python3 setup.py install --root="$pkgdir" --optimize=1
-	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 1216888, pyglet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-31 00:57:58 UTC (rev 1216889)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.24
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet"
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio&video support'
+            'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip")
+md5sums=('ba4fb3109230d80fc81d55f9634a9564')
+
+prepare() {
+	cd "$srcdir/$pkgbase-$pkgver"
+
+	# https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+	rm -rf pyglet/extlibs/future/
+}
+
+build() {
+	cd "$srcdir/$pkgbase-$pkgver"
+	python3 setup.py build
+}
+
+package_python-pyglet() {
+	depends=('python' 'glu' 'python-future')
+	cd "$srcdir/$pkgbase-$pkgver"
+	python3 setup.py install --root="$pkgdir" --optimize=1
+	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list