#Packager: George Vlahavas pkgname=python3-dateutil pkgver=2.0 pkgrel=1gv source=(http://labix.org/download/$pkgname/python-dateutil-$pkgver.tar.gz) docs=("license" "news" "readme") url=http://labix.org/python-dateutil slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python3-dateutil (powerful extensions to the standard datetime module)" "The python dateutil module provides powerful extensions to the" "standard datetime module." ) build() { cd $startdir/src/python-dateutil-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg }