# Template file for 'python-docker' pkgname=python-docker version=2.5.1 revision=2 noarch=yes wrksrc="docker-${version}" build_style=python-module pycompile_module="docker" replaces="python-docker-py>=0" hostmakedepends="python-setuptools python3-setuptools" depends="python-requests python-six python-websocket-client python-ipaddress python-backports.ssl_match_hostname python-docker-pycreds" short_desc="Python2 library for the Docker Engine API" maintainer="Sergi Alvarez " homepage="https://github.com/docker/docker-py" license="Apache-2.0" distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz" checksum=b876e6909d8d2360e0540364c3a952a62847137f4674f2439320ede16d6db880 python3-docker_package() { noarch=yes pycompile_module="docker" replaces="python3-docker-py>=0" depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }