Date: Thursday, October 17, 2013 @ 21:21:08 Author: jelle Revision: 98762
upgpkg: python-cherrypy 3.2.4-1 Modified: python-cherrypy/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-17 19:19:43 UTC (rev 98761) +++ PKGBUILD 2013-10-17 19:21:08 UTC (rev 98762) @@ -5,7 +5,7 @@ # Contributor: Armando M. Baratti <[email protected]> # Contributor: Florian Richter <[email protected]> pkgname=('python-cherrypy' 'python2-cherrypy') -pkgver=3.2.3 +pkgver=3.2.4 pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" arch=('any') @@ -12,8 +12,8 @@ url="http://www.cherrypy.org" license=('BSD') makedepends=('python' 'python2') -source=("https://bitbucket.org/cherrypy/cherrypy/downloads/CherryPy-${pkgver}.tar.gz") -md5sums=('cf64caa265d08f391da7539196fb36d0') +source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz") +md5sums=('e2c8455e15c39c9d60e0393c264a4d16') build() { cp -r CherryPy-${pkgver} CherryPy2-${pkgver} @@ -54,4 +54,8 @@ install -Dm644 cherrypy/LICENSE.txt \ "${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt" } -md5sums=('cf64caa265d08f391da7539196fb36d0') + +check() { + cd CherryPy2-${pkgver} + python2 ./setup.py check +}
