New package: python-docker-py-1.6.0
This commit is contained in:
parent
3cab08e055
commit
fed0017b78
28
srcpkgs/python-docker-py/template
Normal file
28
srcpkgs/python-docker-py/template
Normal file
@ -0,0 +1,28 @@
|
||||
# Template file for 'python-docker-py'
|
||||
pkgname=python-docker-py
|
||||
version=1.6.0
|
||||
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"
|
||||
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=35fef7379d5937983d645f3a15baa4874e3d512ee15f376d92131ad27c276a99
|
||||
|
||||
python3.4-docker-py_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-requests python3.4-six python3.4-websocket-client"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="docker"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-docker-py
Symbolic link
1
srcpkgs/python3.4-docker-py
Symbolic link
@ -0,0 +1 @@
|
||||
python-docker-py
|
Loading…
Reference in New Issue
Block a user