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

Felix Yan felixonmars at archlinux.org
Sun Dec 18 09:59:19 UTC 2016


    Date: Sunday, December 18, 2016 @ 09:59:18
  Author: felixonmars
Revision: 200090

upgpkg: python-bottle 0.12.11-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-18 09:59:13 UTC (rev 200089)
+++ PKGBUILD	2016-12-18 09:59:18 UTC (rev 200090)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
@@ -14,10 +14,10 @@
 license=('MIT')
 options=(!emptydirs)
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja'
-              'python-cherrypy' 'python2-cherrypy' 'python-twisted'
-              'python2-twisted' 'python-tornado' 'python2-tornado'
-              'python2-paste' 'python2-gevent')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 'python-cherrypy'
+              'python2-cherrypy' 'python-twisted' 'python2-twisted' 'python-tornado'
+              'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 'python2-gevent'
+              'python-eventlet' 'python2-eventlet')
 source=("git+https://github.com/defnull/bottle.git#tag=${pkgver}")
 sha512sums=('SKIP')
 



More information about the arch-commits mailing list