### this file is sourced not run
PKGVER=2014.10
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=pytz-2014.10.tar.bz2
MD5SUM=1fb418c59c62f782e35875577bd1ac3f
SRC_URL=https://pypi.python.org/packages/source/p/pytz/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-pytz: python-pytz 2014.10 (Timezone for Python)  
python-pytz:  
python-pytz: pytz brings the Olson tz database into Python. This library 
python-pytz: allows accurate and cross platform timezone calculations using 
python-pytz: Python 2.4 or higher. It also solves the issue of ambiguous times 
python-pytz: at the end of daylight saving time, which you can read more about 
python-pytz: in the Python Library Reference (datetime.tzinfo)  
python-pytz: 
python-pytz: 
python-pytz: 
python-pytz: https://pypi.python.org/pypi/pytz
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pytz* &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


