Date: Wednesday, May 27, 2015 @ 15:06:28 Author: arodseth Revision: 134229
Additional dependencies when running check() Modified: python-werkzeug/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-27 12:44:29 UTC (rev 134228) +++ PKGBUILD 2015-05-27 13:06:28 UTC (rev 134229) @@ -12,7 +12,7 @@ url='http://werkzeug.pocoo.org/' arch=('any') license=('custom:BSD') -makedepends=('python-setuptools' 'python2-setuptools') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 'python2-pytest' 'python-requests' 'python2-requests') source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz") sha256sums=('9d2771e4c89be127bc4bac056ab7ceaf0e0064c723d6b6e195739c3af4fd5c1d') @@ -35,10 +35,10 @@ #check() { # cd "python-werkzeug-$pkgver" -# python setup.py test || true +# python setup.py test # # cd "python-werkzeug-$pkgver" -# p3ython2 setup.py test || true +# p3ython2 setup.py test #} package_python-werkzeug() { @@ -57,4 +57,5 @@ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } +# getver: https://github.com/mitsuhiko/werkzeug # vim:set ts=2 sw=2 et:
