Date: Mon, 8 Apr 2024 06:51:58 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: a6e66bd5bd86 - main - textproc/py-parse-type: Remove PY_SETUPTOOLS Message-ID: <202404080651.4386pwS9051250@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=a6e66bd5bd86bbc1d663cd4ce7bacc76da5e7400 commit a6e66bd5bd86bbc1d663cd4ce7bacc76da5e7400 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:47:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:47:12 +0000 textproc/py-parse-type: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- textproc/py-parse-type/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-parse-type/Makefile b/textproc/py-parse-type/Makefile index a4200566fd7f..33f3c2e82d90 100644 --- a/textproc/py-parse-type/Makefile +++ b/textproc/py-parse-type/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/jenisys/parse_type LICENSE= BSD2CLAUSE 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parse>=1.18.0:textproc/py-parse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15:devel/py-six@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080651.4386pwS9051250>