python-docker: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 14:21:19 +07:00
parent f8d37263ee
commit 1a95b70a72
3 changed files with 14 additions and 26 deletions

View file

@ -1,25 +0,0 @@
# Template file for 'python-docker'
pkgname=python-docker
version=4.3.1
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=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2
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*
}
}

View file

@ -1 +0,0 @@
python-docker

View file

@ -0,0 +1,14 @@
# Template file for 'python3-docker'
pkgname=python3-docker
version=4.3.1
revision=2
wrksrc="docker-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-six python3-websocket-client python3-docker-pycreds"
short_desc="Python3 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=bad94b8dd001a8a4af19ce4becc17f41b09f228173ffe6a4e0355389eef142f2