1 # Contributor: Qiang Sun <sunqiang@gmail.com>
7 pkgdesc="Platform for test doubles in Python (mocks, stubs, fakes, and dummies)"
9 url="http://labix.org/mocker"
13 source=("http://launchpad.net/$_filename/trunk/$pkgver/+download/$_filename-$pkgver.tar.bz2")
14 md5sums=('bad3209d0ebbed32195f92a4ee4628c5')
17 cd $srcdir/$_filename-$pkgver
18 python2 setup.py install --root=$pkgdir/ --optimize=1