#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=python-urllib3
pkgver=1.22
pkgrel=1gv
source=("https://files.pythonhosted.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/urllib3-1.22.tar.gz")
docs=("*.txt" "*.rst" "README")
url=https://pypi.python.org/pypi/urllib3

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-urllib3 (HTTP library for python)"
"urllib3 is a Python HTTP library with thread-safe connection pooling,"
"file post, and more."
)

build() {
	cd $startdir/src/urllib3-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}