aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-06-16 22:21:08 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-06-16 22:21:08 +0000
commit7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d (patch)
tree0f436b5189994a1fa33b881aa9f01477d2d1e73d
parentd09b481877966b89ed80497403916eb8bb201f4b (diff)
downloadports-7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d.tar.gz
ports-7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d.zip
sysutils/py-docker: Update to 5.0.0 and take maintainership
Approved by: lwhsu (mentor)
-rw-r--r--sysutils/py-docker/Makefile6
-rw-r--r--sysutils/py-docker/distinfo6
-rw-r--r--sysutils/py-docker/pkg-descr4
3 files changed, 9 insertions, 7 deletions
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,10 +1,10 @@
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
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${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
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