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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 22:25:03 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:25:02
  Author: felixonmars
Revision: 1062794

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:24:59 UTC (rev 1062793)
+++ PKGBUILD	2021-12-02 22:25:02 UTC (rev 1062794)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: python-gwebsockets/repos/community-staging-any/PKGBUILD (from rev 1062793, python-gwebsockets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:25:02 UTC (rev 1062794)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python-gwebsockets
+_pkgname=gwebsockets
+pkgver=0.7
+pkgrel=5
+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