[arch-commits] Commit in python2-gwebsockets/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:29:30 UTC 2018


    Date: Friday, November 9, 2018 @ 21:29:28
  Author: foutrelis
Revision: 404650

archrelease: copy trunk to community-staging-any

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

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

Copied: python2-gwebsockets/repos/community-staging-any/PKGBUILD (from rev 404649, python2-gwebsockets/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:29:28 UTC (rev 404650)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python2-gwebsockets
+_pkgname=gwebsockets
+pkgver=0.4
+pkgrel=2
+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