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

Felix Yan fyan at archlinux.org
Sat Aug 2 11:45:02 UTC 2014


    Date: Saturday, August 2, 2014 @ 13:45:02
  Author: fyan
Revision: 116729

upgpkg: python-bottle 0.12.7-2

- rename twisted -> python2-twisted, and adding its python 3 counterpart to tests too
- add more checkdepends (paste, gevent) to run a more complete test suite

Modified:
  python-bottle/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-02 04:25:49 UTC (rev 116728)
+++ PKGBUILD	2014-08-02 11:45:02 UTC (rev 116729)
@@ -7,7 +7,7 @@
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
 pkgver=0.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
 url="http://bottlepy.org"
@@ -15,8 +15,9 @@
 options=(!emptydirs)
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-              'python-cherrypy' 'python2-cherrypy' 'twisted' 'python-tornado'
-              'python2-tornado')
+              'python-cherrypy' 'python2-cherrypy' 'python-twisted'
+              'python2-twisted' 'python-tornado' 'python2-tornado'
+              'python2-paste' 'python2-gevent')
 source=("git+https://github.com/defnull/bottle.git#tag=${pkgver}")
 
 prepare() {
@@ -29,7 +30,7 @@
   python test/testall.py
 
   cd ../python2-bottle
-  python2 test/testall.py || true # Tests failed for 0.12.7
+  python2 test/testall.py
 }
 
 package_python-bottle() {




More information about the arch-commits mailing list