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

# source: james
TARBALL=python-urllib3-$PKGVER.tar.gz
MD5SUM=0da7bed3fe94bf7dc59ae37885cc72f7
SRC_URL=https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/urllib3-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-urllib3: python-urllib3 $PKGVER (HTTP library for Python)
python-urllib3: 
python-urllib3: HTTP library with thread-safe connection pooling, file post, and 
python-urllib3: more. urllib3 is a powerful, sanity-friendly HTTP client for Python. 
python-urllib3: Much of the Python ecosystem already uses urllib3 and you should too. 
python-urllib3: urllib3 brings many critical features that are missing from the 
python-urllib3: Python standard libraries.
python-urllib3: 
python-urllib3: https://pypi.python.org/pypi/urllib3
python-urllib3: 
python-urllib3: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/urllib3* &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


