Date: Monday, November 4, 2019 @ 00:16:25
  Author: felixonmars
Revision: 522809

archrelease: copy trunk to community-staging-any

Added:
  python-karellen-geventws/repos/community-staging-any/
  python-karellen-geventws/repos/community-staging-any/PKGBUILD
    (from rev 522808, python-karellen-geventws/trunk/PKGBUILD)

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

Copied: python-karellen-geventws/repos/community-staging-any/PKGBUILD (from rev 
522808, python-karellen-geventws/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 00:16:25 UTC (rev 522809)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-karellen-geventws
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
+arch=('any')
+url="https://github.com/karellen/karellen-geventws";
+license=('Apache')
+depends=('python-gevent')
+makedepends=('python-pybuilder' 'python-karellen-pyb-plugin' 'python-cram' 
'flake8' 'python-sphinx'
+             'python-unittest-xml-reporting' 'python-wsaccel' 'git')
+optdepends=('python-wsaccel: for better performance')
+source=("git+https://github.com/karellen/karellen-geventws.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+check() {
+  cd "$srcdir"/karellen-geventws
+  pyb -v analyze
+}
+
+package() {
+  cd karellen-geventws
+  pyb -v -o package
+  cd target/dist/karellen-geventws-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}

Reply via email to