#Maintainer: Shador <futur~DOT~andy~AT~googlemail.com>

pkgname=pytz
pkgver=2009r
pkgrel=1ab
arch=i486
source=("http://pypi.python.org/packages/source/p/pytz/pytz-2009r.tar.bz2")
sourcetemplate="http://gaia.homelinux.org/salix/packages/$pkgname/$pkgver/"
docs=("readme.txt" "changes.txt" "license.txt")
url='http://pypi.python.org/pypi/pytz/2009r'

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname (Python world timezone definitions, modern and historical)"
"pytz brings the Olson tz database into Python. This library allows"
"accurate and cross platform timezone calculations using Python 2.3 or"
"higher. It also solves the issue of ambiguous times at the end of"
"daylight savings, which you can read more about in the Python Library"
"Reference (datetime.tzinfo)."
""
"Amost all of the Olson timezones are supported."
)


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