[arch-commits] Commit in python-karellen-geventws/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 09:39:15 UTC 2016
Date: Thursday, December 22, 2016 @ 09:39:15
Author: felixonmars
Revision: 200981
archrelease: copy trunk to community-any
Added:
python-karellen-geventws/repos/community-any/PKGBUILD
(from rev 200980, python-karellen-geventws/trunk/PKGBUILD)
Deleted:
python-karellen-geventws/repos/community-any/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 09:38:43 UTC (rev 200980)
+++ PKGBUILD 2016-12-22 09:39:15 UTC (rev 200981)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-karellen-geventws
-pkgver=1.0.1
-pkgrel=1
-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' 'git')
-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
-}
Copied: python-karellen-geventws/repos/community-any/PKGBUILD (from rev 200980, python-karellen-geventws/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-12-22 09:39:15 UTC (rev 200981)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-karellen-geventws
+pkgver=1.0.1
+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