updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / python-py / PKGBUILD
blob9abec0a4df5edc1ca0fe3608da58e78771e7e00b
1 # Contributor: Hervé Cauwelier <herve ¤ oursours.net>
2 # Maintainer: Felix Kaiser <felix.kaiser@fxkr.net>
4 pkgname=python-py
5 pkgver=1.4.5
6 pkgrel=1
7 pkgdesc="rapid testing and development utils"
8 arch=('any')
9 license=('MIT')
10 url="http://pylib.org/"
11 depends=('python')
12 makedepends=('python-distribute')
13 source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.zip)
14 md5sums=('d2a51f8c9eca43e2953cdec72989d6ec')
16 build() {
17   cd "$srcdir/py-$pkgver"
18   python setup.py install --root="${pkgdir}" --optimize=1
19   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/"$pkgname"/LICENSE