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

# source: james
TARBALL=python-requests-$PKGVER.tar.gz
MD5SUM=081412b2ef79bdc48229891af13f4d82
SRC_URL=https://pypi.python.org/packages/b0/e1/eab4fc3752e3d240468a8c0b284607899d2fbfb236a56b7377a329aa8d09/requests-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python python-urllib3 python-chardet python-idna python-certifi' 
SLACKDESC="python-request: python-request $PKGVER (Simpified HTTP library for Python)
python-request: 
python-request: Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, 
python-request: without the need for manual labor. There's no need to manually add 
python-request: query strings to your URLs, or to form-encode your POST data. 
python-request: Keep-alive and HTTP connection pooling are 100% automatic, thanks to 
python-request: urllib3.
python-request: 
python-request: https://pypi.python.org/pypi/requests
python-request: 
python-request: 
"

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


