git: 7a4b8225f171 - main - sysutils/py-docker: Update to 5.0.0 and take maintainership

Guangyuan Yang ygy at FreeBSD.org
Wed Jun 16 22:21:31 UTC 2021


The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d

commit 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d
Author:     Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-06-16 22:21:08 +0000
Commit:     Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-06-16 22:21:08 +0000

    sysutils/py-docker: Update to 5.0.0 and take maintainership
    
    Approved by:    lwhsu (mentor)
---
 sysutils/py-docker/Makefile  | 6 +++---
 sysutils/py-docker/distinfo  | 6 +++---
 sysutils/py-docker/pkg-descr | 4 +++-
 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 at FreeBSD.org
+MAINTAINER=	ygy at 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


More information about the dev-commits-ports-main mailing list