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

Eli Schwartz eschwartz at archlinux.org
Fri Jul 20 00:34:46 UTC 2018


    Date: Friday, July 20, 2018 @ 00:34:46
  Author: eschwartz
Revision: 362469

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 362468, python-karellen-geventws/trunk/PKGBUILD)

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

Copied: python-karellen-geventws/repos/community-staging-any/PKGBUILD (from rev 362468, python-karellen-geventws/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-20 00:34:46 UTC (rev 362469)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-karellen-geventws
+pkgver=1.0.2
+pkgrel=2
+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
+}



More information about the arch-commits mailing list