[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Wed Dec 14 08:53:24 UTC 2016


    Date: Wednesday, December 14, 2016 @ 08:53:24
  Author: felixonmars
Revision: 199328

addpkg: python-karellen-geventws 1.0.1-1

Added:
  python-karellen-geventws/
  python-karellen-geventws/repos/
  python-karellen-geventws/trunk/
  python-karellen-geventws/trunk/PKGBUILD

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

Added: python-karellen-geventws/trunk/PKGBUILD
===================================================================
--- python-karellen-geventws/trunk/PKGBUILD	                        (rev 0)
+++ python-karellen-geventws/trunk/PKGBUILD	2016-12-14 08:53:24 UTC (rev 199328)
@@ -0,0 +1,27 @@
+# $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
+}


Property changes on: python-karellen-geventws/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list