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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 18 11:07:45 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-02-18 11:07:35 UTC (rev 434215)
+++ PKGBUILD	2019-02-18 11:07:43 UTC (rev 434216)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-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)
+++ PKGBUILD	2019-02-18 11:07:43 UTC (rev 434216)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+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:



More information about the arch-commits mailing list