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

# source: james
TARBALL=python-urllib3-$PKGVER.tar.gz
MD5SUM=bff3464839af8fa2a73361068a8841bf
SRC_URL=https://github.com/urllib3/urllib3/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-urllib3: python3-urllib3 $PKGVER (HTTP Client library)
python3-urllib3: 
python3-urllib3: urllib3 is a powerful, sanity-friendly HTTP client for Python. Much 
python3-urllib3: of the Python ecosystem already uses urllib3 and you should too.
python3-urllib3: 
python3-urllib3: https://github.com/urllib3/urllib3
python3-urllib3: 
python3-urllib3: 
python3-urllib3: 
python3-urllib3: 
python3-urllib3:
"

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


