updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / python-testoob / PKGBUILD
blob651ed28f4cbfaec69ad45087041efc81cc73d820
1 # Contributor: giniu <gginiu@gmail.com>
2 pkgname=python-testoob
3 pkgver=1.15
4 pkgrel=2
5 pkgdesc="Advanced Python testing framework."
6 arch=('any')
7 url="http://code.google.com/p/testoob/"
8 license=('Apache')
9 depends=('python2')
10 options=(!emptydirs)
11 source=(http://testoob.googlecode.com/files/testoob-${pkgver}.tar.bz2)
12 md5sums=('604d2556ac01ca8f5d189ad8ffe2c8e5')
14 build() {
15   cd "$srcdir"/testoob-$pkgver
16   python2 setup.py install --root="$pkgdir"/ --optimize=1 || return 1