[arch-commits] Commit in python-karellen-geventws/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 22 09:38:43 UTC 2016


    Date: Thursday, December 22, 2016 @ 09:38:43
  Author: felixonmars
Revision: 200980

upgpkg: python-karellen-geventws 1.0.1-2

add new optdepends

Modified:
  python-karellen-geventws/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 09:38:11 UTC (rev 200979)
+++ PKGBUILD	2016-12-22 09:38:43 UTC (rev 200980)
@@ -3,7 +3,7 @@
 
 pkgname=python-karellen-geventws
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Websocket handler for the gevent pywsgi server, a Python network library"
 arch=('any')
 url="https://github.com/karellen/karellen-geventws"
@@ -10,7 +10,8 @@
 license=('Apache')
 depends=('python-gevent')
 makedepends=('python-pybuilder' 'python-karellen-pyb-plugin' 'python-cram' 'flake8' 'python-sphinx'
-             'python-unittest-xml-reporting' 'git')
+             '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')
 



More information about the arch-commits mailing list