git: b6e7c57106e4 - main - textproc/icdiff: Convert to USE_PYTHON=pep517

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 14:58:49 UTC
The branch main has been updated by sunpoet:

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

commit b6e7c57106e4977bf20ba26ec8d1af86bf3426d4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:19:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:49 +0000

    textproc/icdiff: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 textproc/icdiff/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/textproc/icdiff/Makefile b/textproc/icdiff/Makefile
index 41eeab716f93..90d17825cd3f 100644
--- a/textproc/icdiff/Makefile
+++ b/textproc/icdiff/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	icdiff
 PORTVERSION=	2.0.7
+PORTREVISION=	1
 DISTVERSIONPREFIX=	release-
 CATEGORIES=	textproc
 
@@ -11,8 +12,11 @@ WWW=		https://www.jefftk.com/icdiff \
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils noflavors
+USE_PYTHON=	autoplist noflavors pep517
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jeffkaufman