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

# source: BLFS 11.3
TARBALL=urllib3-$PKGVER.tar.gz
MD5SUM=7e018ce0f7cddc0560fd4541b5febf06
SRC_URL=https://files.pythonhosted.org/packages/source/u/urllib3/$TARBALL
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-urllib: python3-urllib $PKGVER (HTTP Client)
python3-urllib: 
python3-urllib: The Urllib3 module is a powerful, user-friendly HTTP client for 
python3-urllib: Python. It brings many critical features that are missing from the 
python3-urllib: Python standard libraries.
python3-urllib: 
python3-urllib: 
python3-urllib: 
python3-urllib: 
python3-urllib: 
python3-urllib: 
"

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


