### this file is sourced not run
PKGVER=2019.3
PKGARCH=x86_64
PKGBUILD=1

# source: james
TARBALL=python-pytz-$PKGVER.tar.gz
MD5SUM=c3d84a465fc56a4edd52cca8873ac0df
SRC_URL=https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python python-pytz'
SLACKDESC="python-pytz: python-pytz $PKGVER (Olson timezone library)
python-pytz: 
python-pytz: pytz brings the Olson tz database into Python. This library allows 
python-pytz: accurate and cross platform timezone calculations. It also solves the 
python-pytz: issue of ambiguous times at the end of daylight saving time.
python-pytz: 
python-pytz: https://pypi.org/project/pytz/
python-pytz: 
python-pytz: 
python-pytz: 
python-pytz: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


