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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 14:57:17 UTC 2021


    Date: Wednesday, December 1, 2021 @ 14:57:17
  Author: felixonmars
Revision: 1059592

archrelease: copy trunk to community-staging-any

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

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

Copied: python-gwebsockets/repos/community-staging-any/PKGBUILD (from rev 1059588, python-gwebsockets/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 14:57:17 UTC (rev 1059592)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python-gwebsockets
+_pkgname=gwebsockets
+pkgver=0.7
+pkgrel=4
+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