Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 06:51:02 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: be873f99cd1a - main - devel/py-editdistance: Remove PY_SETUPTOOLS
Message-ID:  <202404080651.4386p2sd047207@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=be873f99cd1a2c51795320c185aa557a8a496fb6

commit be873f99cd1a2c51795320c185aa557a8a496fb6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 06:46:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 06:46:17 +0000

    devel/py-editdistance: Remove PY_SETUPTOOLS
    
    py-setuptools should be used rather than PY_SETUPTOOLS
---
 devel/py-editdistance/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-editdistance/Makefile b/devel/py-editdistance/Makefile
index ac4b3c233874..35041398f347 100644
--- a/devel/py-editdistance/Makefile
+++ b/devel/py-editdistance/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/roy-ht/editdistance
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python



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