Date: Saturday, March 8, 2014 @ 21:35:47 Author: jelle Revision: 106829
upgpkg: python-cherrypy 3.2.5-1 Modified: python-cherrypy/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-08 19:50:18 UTC (rev 106828) +++ PKGBUILD 2014-03-08 20:35:47 UTC (rev 106829) @@ -5,7 +5,7 @@ # Contributor: Armando M. Baratti <[email protected]> # Contributor: Florian Richter <[email protected]> pkgname=('python-cherrypy' 'python2-cherrypy') -pkgver=3.2.4 +pkgver=3.2.5 pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" arch=('any') @@ -13,7 +13,7 @@ license=('BSD') makedepends=('python' 'python2') source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz") -md5sums=('e2c8455e15c39c9d60e0393c264a4d16') +md5sums=('bb130fbd5b6fa38d4e9f5c5597ea9800') build() { cp -r CherryPy-${pkgver} CherryPy2-${pkgver} @@ -58,4 +58,7 @@ check() { cd CherryPy2-${pkgver} python2 ./setup.py check + + cd ../CherryPy-${pkgver} + python3 ./setup.py check }
