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

# source: BLFS 11.3
TARBALL=pytz-$PKGVER.tar.gz
MD5SUM=5acd981a81dcdc6aadddf4d7e5116b98
SRC_URL=https://files.pythonhosted.org/packages/source/p/pytz/$TARBALL
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-pytz: python3-pytz $PKGVER (IANA Timezone Database)
python3-pytz: 
python3-pytz: The Pytz library brings the IANA tz database into Python. It allows 
python3-pytz: accurate and cross-platform timezone calculations.
python3-pytz: 
python3-pytz: 
python3-pytz: 
python3-pytz: 
python3-pytz: 
python3-pytz: 
python3-pytz: 
"

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


