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

# source: james
TARBALL=python-tqdm-$PKGVER.tar.gz
MD5SUM=aca803dd7ac5c4ae233977aff41b7f7c
SRC_URL=https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-tqdm: python3-tqdm $PKGVER (python3 progress bar library)
python3-tqdm: 
python3-tqdm: tqdm derives from the Arabic word taqaddum which means 'progress'. 
python3-tqdm: Instantly make your loops show a smart progress meter - just wrap any 
python3-tqdm: iterable with tqdm(iterable), and you’re done!
python3-tqdm: 
python3-tqdm: https://pypi.org/project/tqdm/
python3-tqdm: 
python3-tqdm: 
python3-tqdm: 
python3-tqdm: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules tqdm &&
	pkg_build_slackdesc
}


