28 lines
839 B
Text
28 lines
839 B
Text
# Template file for 'python-urllib3'
|
|
pkgname=python-urllib3
|
|
version=1.10
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="urllib3-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python-six ca-certificates"
|
|
pycompile_module="urllib3"
|
|
short_desc="HTTP library with thread-safe connection pooling (Python2)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/shazow/urllib3"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
|
|
checksum=25b4a7fbbd9112e0190f31f8877aa0523caeab8630872ad1bbddaba01cdd6599
|
|
|
|
python3.4-urllib3_package() {
|
|
noarch=yes
|
|
depends="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
|
|
}
|
|
}
|