Date: Sunday, January 18, 2015 @ 11:40:01 Author: fyan Revision: 126074
upgpkg: python-routes 2.1-1 Modified: python-routes/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-18 10:37:12 UTC (rev 126073) +++ PKGBUILD 2015-01-18 10:40:01 UTC (rev 126074) @@ -1,20 +1,20 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: SpepS <[email protected]> # Contributor: James Bulmer <[email protected]> pkgbase=python-routes pkgname=python2-routes -pkgver=2.0 -pkgrel=3 +pkgver=2.1 +pkgrel=1 pkgdesc="Routing recognition and generation tools" arch=("any") url="https://pypi.python.org/pypi/Routes" license=("custom:BSD") makedepends=('python2-setuptools' 'python2-repoze.lru') -checkdepends=('python2-nose') +checkdepends=('python2-nose' 'python2-webob' 'python2-coverage') source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz") -md5sums=("b97b1b8016d663d1000a0e0b50656c54") +md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4') build() { cd "${srcdir}/Routes-${pkgver}/" @@ -22,9 +22,8 @@ } check() { - # Missing webob cd "${srcdir}/Routes-${pkgver}/" - #nosetests2 + nosetests2 } package_python2-routes() {
