updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / python-six / PKGBUILD
blob1d350228b2bcdb0aaf85c01a79fc9b6d203a0def
1 # Maintainer: Allan McRae <allan@archlinux.org>
3 pkgname=python-six
4 pkgver=1.0.0
5 pkgrel=1
6 pkgdesc="Python 2 and 3 compatibility utilities"
7 arch=('any')
8 url="http://pypi.python.org/pypi/six/"
9 license=('custom')
10 depends=('python')
11 source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
12 md5sums=('37c7ff036fdff2b1bb8d55e49ccb3b44')
14 package() {
15   cd "$srcdir/six-$pkgver"
16   python setup.py install --root "${pkgdir}" --optimize=1