# $Id: PKGBUILD 60212 2011-12-07 19:32:44Z jelle $ # Maintainer: # Contributor: Stefan Husmann # Contributor: Angel 'angvp' Velasquez # Contributor: Douglas Soares de Andrade # Contributor: William Rea pkgname=python2-dateutil pkgver=1.5 pkgrel=2 pkgdesc="Provides powerful extensions to the standard datetime module" arch=('any') license=('custom:PYTHON') url="http://labix.org/python-dateutil" depends=('python2') makedepends=('python2-distribute') source=(http://labix.org/download/python-dateutil/python-dateutil-$pkgver.tar.gz) md5sums=('35f3732db3f2cc4afdc68a8533b60a52') package() { cd "${srcdir}"/python-dateutil-$pkgver python2 setup.py install --root="${pkgdir}" --optimize=1 install -Dm644 LICENSE \ "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE }