git: b2a23702f9c9 - main - textproc/py-mistune2: Remove PY_SETUPTOOLS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 08 Apr 2024 06:51:56 UTC
The branch main has been updated by sunpoet:

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

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

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

diff --git a/textproc/py-mistune2/Makefile b/textproc/py-mistune2/Makefile
index 1ce4e0ca1b5d..70873f97b5d1 100644
--- a/textproc/py-mistune2/Makefile
+++ b/textproc/py-mistune2/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/lepture/mistune
 LICENSE=	BSD3CLAUSE
 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=		cpe python