diff --git a/sysutils/py-docker/Makefile b/sysutils/py-docker/Makefile index a154e25b01fa..f54ae28674da 100644 --- a/sysutils/py-docker/Makefile +++ b/sysutils/py-docker/Makefile @@ -1,24 +1,24 @@ PORTNAME= docker -PORTVERSION= 3.7.0 +PORTVERSION= 5.0.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ygy@FreeBSD.org COMMENT= Python library for the Docker Engine API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/sysutils/py-docker/distinfo b/sysutils/py-docker/distinfo index e516374ba6ee..0e5c141292e4 100644 --- a/sysutils/py-docker/distinfo +++ b/sysutils/py-docker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547152233 -SHA256 (docker-3.7.0.tar.gz) = 2840ffb9dc3ef6d00876bde476690278ab13fa1f8ba9127ef855ac33d00c3152 -SIZE (docker-3.7.0.tar.gz) = 184739 +TIMESTAMP = 1623573783 +SHA256 (docker-5.0.0.tar.gz) = 3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5 +SIZE (docker-5.0.0.tar.gz) = 210114 diff --git a/sysutils/py-docker/pkg-descr b/sysutils/py-docker/pkg-descr index 1402befe29d9..a5fd0cfbb1d4 100644 --- a/sysutils/py-docker/pkg-descr +++ b/sysutils/py-docker/pkg-descr @@ -1,3 +1,5 @@ -A Python library for the Docker Engine API +A Python library for the Docker Engine API. It lets you do anything the +docker command does, but from within Python apps: run containers, +manage containers, manage Swarms, etc. WWW: https://github.com/docker/docker-py