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

Kyle Keen kkeen at archlinux.org
Wed Jan 13 02:08:30 UTC 2021


    Date: Wednesday, January 13, 2021 @ 02:08:29
  Author: kkeen
Revision: 820318

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 02:08:15 UTC (rev 820317)
+++ PKGBUILD	2021-01-13 02:08:29 UTC (rev 820318)
@@ -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.13
-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=('2e3eb81a32abbef484fd92bdd4f9a4e0')
-
-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 820317, pyglet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 02:08:29 UTC (rev 820318)
@@ -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.14
+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=('bd4df506bf88d5b7a7b132119926f985')
+
+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