1 #Maintainer: George Brooke <george+arch.aur@george-brooke.co.uk>
2 #Contributor: Sebastian Wiesner <lunaryorn googlemail com>
6 pkgdesc="Python virtualenv management and testing tool"
8 url="http://tox.testrun.org/"
10 depends=('python-py' 'python-virtualenv')
11 source=("http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.zip")
12 md5sums=('9e1d71c63a1c9922385e590123f1d143')
16 cd "$srcdir/tox-$pkgver"
17 python setup.py install --root="$pkgdir" -O1
18 ln "${pkgdir}/usr/bin/tox" "${pkgdir}/usr/bin/tox3"