1 # Contributor: Philipp Schmidt <philschmidt at gmx dot net>
6 pkgdesc="WSGI (PEP 333) Reference Library"
8 url="http://cheeseshop.python.org/pypi/wsgiref"
11 makedepends=('unzip' 'setuptools')
12 source=("http://pypi.python.org/packages/source/w/wsgiref/wsgiref-$pkgver.zip")
13 md5sums=('29b146e6ebd0f9fb119fe321f7bcf6cb')
16 cd "$srcdir/wsgiref-$pkgver"
18 python setup.py install --root=$pkgdir