Date: Mon, 8 Apr 2024 06:51:56 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: b2a23702f9c9 - main - textproc/py-mistune2: Remove PY_SETUPTOOLS Message-ID: <202404080651.4386puMq051165@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080651.4386puMq051165>