Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2023 09:10:02 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 805ba670c727 - main - security/py-ssh-audit: switch to USE_PYTHON=pep517
Message-ID:  <202305060910.3469A2R7064527@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305060910.3469A2R7064527>