void-packages/srcpkgs/python-docker/template
2020-05-31 13:21:06 +02:00

26 lines
867 B
Bash

# Template file for 'python-docker'
pkgname=python-docker
version=4.2.0
revision=1
archs=noarch
wrksrc="docker-${version}"
build_style=python-module
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 <pancake@nopcode.org>"
license="Apache-2.0"
homepage="https://github.com/docker/docker-py"
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
checksum=ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e
python3-docker_package() {
archs=noarch
depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}