#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=python-dateutil
pkgver=1.5
pkgrel=4gv
#arch=noarch
source=(http://labix.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
docs=("license" "news" "readme")
url=http://labix.org/python-dateutil

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-dateutil (powerful extensions to the standard datetime module)"
"The python dateutil module provides powerful extensions to the"
"standard datetime module."
)

build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}

