# Template file for 'python-urllib3' pkgname=python-urllib3 version=1.9 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style="python-module" python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-backports-ssl-match-hostname python-six python3.4-six" depends="python python-backports-ssl-match-hostname python-six ca-certificates" pycompile_module="urllib3" short_desc="HTTP library with thread-safe connection pooling (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/shazow/urllib3" license="MIT" distfiles="https://pypi.python.org/packages/source/u/urllib3/urllib3-${version}.tar.gz" checksum=4e400b2e2f53652dd0d8062ca5ecc425b6af6e96989b8d31f5dd875186aa247b python3.4-urllib3_package() { noarch=yes depends="python3.4 python3.4-six ca-certificates" pycompile_version="3.4" pycompile_module="urllib3" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }