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

2020-11-06 Thread Alexander Rødseth via arch-commits
Date: Friday, November 6, 2020 @ 13:54:02
  Author: arodseth
Revision: 744298

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 744297, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 ++
 1 file changed, 26 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-06 13:53:57 UTC (rev 744297)
+++ PKGBUILD2020-11-06 13:54:02 UTC (rev 744298)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=(MIT)
-depends=(glfw python)
-makedepends=(git python-setuptools)
-# tag: 1.11.0
-source=("git+$url#commit=832942e5b4456c3d9e947b30b976e0944310668f")
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 744297, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-06 13:54:02 UTC (rev 744298)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=e988aa623a4a8da08b53f68246424306c4fa5982") # tag: 
v2.0.0
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW


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

2020-03-10 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 10, 2020 @ 09:54:25
  Author: arodseth
Revision: 593482

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 593481, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-10 08:44:38 UTC (rev 593481)
+++ PKGBUILD2020-03-10 09:54:25 UTC (rev 593482)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.8.4
-pkgrel=2
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=(MIT)
-depends=(glfw python)
-makedepends=(git python-setuptools)
-# tag: 1.8.4
-source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 593481, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-10 09:54:25 UTC (rev 593482)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+# tag: 1.11.0
+source=("git+$url#commit=832942e5b4456c3d9e947b30b976e0944310668f")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:


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

2019-11-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 7, 2019 @ 08:36:30
  Author: arodseth
Revision: 524471

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 524470, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 08:32:18 UTC (rev 524470)
+++ PKGBUILD2019-11-07 08:36:30 UTC (rev 524471)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=(MIT)
-depends=(glfw python)
-makedepends=(git python-setuptools)
-# tag: 1.8.4
-source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 524470, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 08:36:30 UTC (rev 524471)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+# tag: 1.8.4
+source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:


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

2019-11-07 Thread Alexander Rødseth via arch-commits
Date: Thursday, November 7, 2019 @ 08:32:18
  Author: arodseth
Revision: 524470

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 524469, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 08:32:13 UTC (rev 524469)
+++ PKGBUILD2019-11-07 08:32:18 UTC (rev 524470)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=(MIT)
-depends=(glfw python)
-makedepends=(git python-setuptools)
-source=("git+$url#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 524469, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 08:32:18 UTC (rev 524470)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+# tag: 1.8.4
+source=("git+$url#commit=e247b3d51c8430b0a79fb41fb1f8467032752835")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:


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

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 11:07:43
  Author: arodseth
Revision: 434216

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 434215, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 +++-
 1 file changed, 27 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 11:07:35 UTC (rev 434215)
+++ PKGBUILD2019-02-18 11:07:43 UTC (rev 434216)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 434215, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 11:07:43 UTC (rev 434216)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:


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

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 09:10:24
  Author: foutrelis
Revision: 369784

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
(from rev 369783, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-06 09:10:17 UTC (rev 369783)
+++ PKGBUILD2018-08-06 09:10:24 UTC (rev 369784)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 369783, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-06 09:10:24 UTC (rev 369784)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=('any')
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=('MIT')
+depends=('glfw' 'python')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et: