git: 805ba670c727 - main - security/py-ssh-audit: switch to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 May 2023 09:10:02 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=805ba670c727f370b9bf142e29d0a5048b6baf56 commit 805ba670c727f370b9bf142e29d0a5048b6baf56 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-05-06 09:09:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-05-06 09:09:59 +0000 security/py-ssh-audit: switch to USE_PYTHON=pep517 --- security/py-ssh-audit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile index 61e3f393c2e7..266af903b1e2 100644 --- a/security/py-ssh-audit/Makefile +++ b/security/py-ssh-audit/Makefile @@ -10,9 +10,11 @@ WWW= https://github.com/jtesta/ssh-audit LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.7+ USE_GITHUB= yes GH_ACCOUNT= jtesta -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 .include <bsd.port.mk>