[arch-commits] Commit in python2-gwebsockets (3 files)

Balló György bgyorgy at archlinux.org
Mon Feb 13 22:54:00 UTC 2017


    Date: Monday, February 13, 2017 @ 22:53:59
  Author: bgyorgy
Revision: 212187

archrelease: copy trunk to community-any

Added:
  python2-gwebsockets/repos/
  python2-gwebsockets/repos/community-any/
  python2-gwebsockets/repos/community-any/PKGBUILD
    (from rev 212186, python2-gwebsockets/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: python2-gwebsockets/repos/community-any/PKGBUILD (from rev 212186, python2-gwebsockets/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2017-02-13 22:53:59 UTC (rev 212187)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python2-gwebsockets
+_pkgname=gwebsockets
+pkgver=0.4
+pkgrel=1
+pkgdesc="GLib based websocket server written in python"
+arch=('any')
+url="https://github.com/dnarvaez/gwebsockets"
+license=('Apache')
+depends=('python2-gobject')
+makedepends=('python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dnarvaez/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('001d42a7d3adf2613f29e072a6488048c93800af3e3288df1c24e3e69da7e7e9')
+
+build() {
+  cd $_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list