Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:49 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6e7c57106e4 - main - textproc/icdiff: Convert to USE_PYTHON=pep517
Message-ID:  <202403231458.42NEwn5N086292@gitrepo.freebsd.org>

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



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