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

Felix Yan fyan at archlinux.org
Sat Aug 8 05:31:41 UTC 2015


    Date: Saturday, August 8, 2015 @ 07:31:41
  Author: fyan
Revision: 243121

upgpkg: python-beaker 1.7.0-2

fix checkdepends

Modified:
  python-beaker/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-08 04:33:42 UTC (rev 243120)
+++ PKGBUILD	2015-08-08 05:31:41 UTC (rev 243121)
@@ -6,13 +6,15 @@
 pkgbase=python-beaker
 pkgname=('python-beaker' 'python2-beaker')
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
 url="http://beaker.groovie.org/"
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-sqlalchemy' 'python2-sqlalchemy'
+              'python-crypto' 'python2-crypto' 'python-coverage' 'python2-coverage' 'python-webtest' 'python2-webtest'
+              'python-beautifulsoup4' 'python2-beautifulsoup4')
 source=("git+https://github.com/bbangert/beaker.git#tag=$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list