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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 06:38:23 UTC 2016


    Date: Tuesday, December 27, 2016 @ 06:38:22
  Author: felixonmars
Revision: 202954

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

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

Copied: python-karellen-geventws/repos/community-staging-any/PKGBUILD (from rev 202953, python-karellen-geventws/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 06:38:22 UTC (rev 202954)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-karellen-geventws
+pkgver=1.0.1
+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
+}



More information about the arch-commits mailing list