python-docker-py: update to 1.8.1
This commit is contained in:
parent
373b65b212
commit
93c835e4ce
1 changed files with 6 additions and 4 deletions
|
@ -1,24 +1,26 @@
|
|||
# Template file for 'python-docker-py'
|
||||
pkgname=python-docker-py
|
||||
version=1.7.2
|
||||
version=1.8.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="docker-py-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-requests python-six python-websocket-client"
|
||||
depends="python-requests python-six python-websocket-client python-ipaddress
|
||||
python-backports.ssl_match_hostname"
|
||||
pycompile_module="docker"
|
||||
short_desc="Python2 client for Docker"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
homepage="https://github.com/docker/docker-py"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/d/docker-py/docker-py-${version}.tar.gz"
|
||||
checksum=95b1d14c4ae49dfbb724332cda9c63fb67628b8bdee79c321f2d405cf7a8d04c
|
||||
checksum=4f47a05e677472b5e022be1ab1dfd91b473ab3fc14a6b71337042ac2caaafa0b
|
||||
|
||||
python3.4-docker-py_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-requests python3.4-six python3.4-websocket-client"
|
||||
depends="python3.4-requests python3.4-six python3.4-websocket-client
|
||||
python-backports.ssl_match_hostname"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="docker"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in a new issue