python-docker-py: obsolete; renamed to python-docker (upstream)

This commit is contained in:
Alessio Sergi 2017-04-21 15:51:29 +02:00
parent d1ca9915ca
commit 94ed0e2261
2 changed files with 7 additions and 17 deletions

View file

@ -1,30 +1,21 @@
# Template file for 'python-docker-py'
pkgname=python-docker-py
version=1.9.0
revision=3
revision=4
noarch=yes
wrksrc="docker-py-${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"
pycompile_module="docker"
short_desc="Python2 client for Docker"
build_style=meta
depends="python-docker>=${version}_${revision}"
short_desc="Python2 client for Docker (transitional dummy package)"
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=6dc6b914a745786d97817bf35bfc1559834c08517c119f846acdfda9cc7f6d7e
python3-docker-py_package() {
noarch=yes
depends="python3-requests python3-six python3-websocket-client"
pycompile_module="docker"
build_style=meta
replaces="python3.4-docker-py>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
depends="python3-docker>=${version}_${revision}"
short_desc="${short_desc/Python2/Python3} (transitional dummy package)"
}
python3.4-docker-py_package() {
noarch=yes

View file

@ -1 +0,0 @@
ignore="*rc*"