git: df759215dca3 - main - security/py-docker-pycreds: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 20:41:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=df759215dca39651043e1d056f2beee8f8ae6699 commit df759215dca39651043e1d056f2beee8f8ae6699 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-16 20:40:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-16 20:40:32 +0000 security/py-docker-pycreds: Fix RUN_DEPENDS - Mark NO_ARCH - Take MAINTAINERSHIP --- security/py-docker-pycreds/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/py-docker-pycreds/Makefile b/security/py-docker-pycreds/Makefile index 2bcf5ee253ab..4002d6b00b60 100644 --- a/security/py-docker-pycreds/Makefile +++ b/security/py-docker-pycreds/Makefile @@ -4,15 +4,17 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Python bindings for the docker credentials store API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>