updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / python-pytest / PKGBUILD
blob0b6b5777c290cb95386f935d7a3d77b549bf0c54
1 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
3 pkgname=python-pytest
4 pkgver=2.2.0
5 pkgrel=1
6 pkgdesc="rapid testing utils"
7 arch=('any')
8 license=('MIT')
9 url="http://pytest.org/"
10 depends=('python' 'python-py')
11 makedepends=('python-distribute')
12 source=(http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.zip)
13 md5sums=('fa904c0f879c51f62058dbafe93cbe2f')
15 build() {
16   cd "$srcdir/pytest-$pkgver"
17   python setup.py install --root="${pkgdir}" --optimize=1
18   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/"$pkgname"/LICENSE