updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / python-wsgiref / PKGBUILD
blob36810e05cbead0bb4e4f0ff73fa44d59670ac268
1 # Contributor: Philipp Schmidt <philschmidt at gmx dot net>
3 pkgname=python-wsgiref
4 pkgver=0.1.2
5 pkgrel=2
6 pkgdesc="WSGI (PEP 333) Reference Library"
7 arch=('i686' 'x86_64')
8 url="http://cheeseshop.python.org/pypi/wsgiref"
9 license=('PSF or ZPL')
10 depends=('python')
11 makedepends=('unzip' 'setuptools')
12 source=("http://pypi.python.org/packages/source/w/wsgiref/wsgiref-$pkgver.zip")
13 md5sums=('29b146e6ebd0f9fb119fe321f7bcf6cb')
15 build() {
16         cd "$srcdir/wsgiref-$pkgver"
18         python setup.py install --root=$pkgdir