1 # Maintainer: Neil Santos <nsantos16+aur@gmail.com>
3 pkgname=python-wsgi-intercept
6 pkgdesc='Installs a WSGI application in place of a real URI for testing'
8 url='http://code.google.com/p/wsgi-intercept/'
11 source=("http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-$pkgver.tar.gz")
12 md5sums=('898dbfc636fef5904aa3ea8bb0722b4b')
15 cd "$srcdir/wsgi_intercept-$pkgver"
16 python setup.py install --prefix=/usr --root="$pkgdir" || return 1