16 lines
695 B
Bash
16 lines
695 B
Bash
# Template file for 'python3-docker'
|
|
pkgname=python3-docker
|
|
version=5.0.2
|
|
revision=4
|
|
build_style=python3-module
|
|
make_check_target="tests/unit" # other tests fail due to needing a running docker daemon
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-websocket-client python3-paramiko"
|
|
checkdepends="${depends} python3-pytest python3-pytest-timeout python3-pytest-cov"
|
|
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=21ec4998e90dff7a7aaaa098ca8d839c7de412b89e6f6c30908372d58fecf663
|