[arch-commits] Commit in pyglet/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Dec 21 22:24:25 UTC 2020
Date: Monday, December 21, 2020 @ 22:24:25
Author: kkeen
Revision: 781636
archrelease: copy trunk to community-any
Added:
pyglet/repos/community-any/PKGBUILD
(from rev 781635, pyglet/trunk/PKGBUILD)
Deleted:
pyglet/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 22:24:14 UTC (rev 781635)
+++ PKGBUILD 2020-12-21 22:24:25 UTC (rev 781636)
@@ -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.8
-pkgrel=2
-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=('543c5281a7d140c31c056b36842baac9')
-
-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 781635, pyglet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-21 22:24:25 UTC (rev 781636)
@@ -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.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"
+}
More information about the arch-commits
mailing list