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

# source: BLFS 11.3
TARBALL=Babel-$PKGVER.tar.gz
MD5SUM=9ee7784fd452d456206ecd3a12694010
SRC_URL=https://files.pythonhosted.org/packages/source/B/Babel/$TARBALL
BUNDLE=

SLACKREQ='python3 python3-pytz'
SLACKDESC="python3-babel: python3-babel $PKGVER (Utilities for internationalisation)
python3-babel: 
python3-babel: The Babel package is an integrated collection of utilities that 
python3-babel: assist in internationalizing and localizing Python applications, with 
python3-babel: an emphasis on web-based applications.
python3-babel: 
python3-babel: 
python3-babel: 
python3-babel: 
python3-babel: 
python3-babel: 
"

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


