[arch-commits] Commit in python-gwebsockets (3 files)
Balló György
bgyorgy at archlinux.org
Mon Mar 9 08:01:46 UTC 2020
Date: Monday, March 9, 2020 @ 08:01:46
Author: bgyorgy
Revision: 592754
archrelease: copy trunk to community-any
Added:
python-gwebsockets/repos/
python-gwebsockets/repos/community-any/
python-gwebsockets/repos/community-any/PKGBUILD
(from rev 592753, python-gwebsockets/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: python-gwebsockets/repos/community-any/PKGBUILD (from rev 592753, python-gwebsockets/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2020-03-09 08:01:46 UTC (rev 592754)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python-gwebsockets
+_pkgname=gwebsockets
+pkgver=0.7
+pkgrel=1
+pkgdesc="GLib based websocket server written in python"
+arch=('any')
+url="https://github.com/sugarlabs/gwebsockets"
+license=('Apache')
+depends=('python-gobject')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('116e7e9e2e316011b88c2410e5a9b86c93db1e133ff76534d225302810873d68')
+
+build() {
+ cd $_pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list