sysutils/py-docker: Update to 5.0.0 and take maintainership

Approved by:	lwhsu (mentor)
This commit is contained in:
Guangyuan Yang 2021-06-16 18:21:08 -04:00
parent d09b481877
commit 7a4b8225f1
3 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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