Date: Mon, 8 Apr 2024 06:51:04 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: ff6e7c305704 - main - devel/py-fixtures: Remove PY_SETUPTOOLS Message-ID: <202404080651.4386p4EF047279@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=ff6e7c305704b24081b709d04f90e7d4e151dc9c commit ff6e7c305704b24081b709d04f90e7d4e151dc9c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:46:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:46:19 +0000 devel/py-fixtures: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- devel/py-fixtures/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-fixtures/Makefile b/devel/py-fixtures/Makefile index 5e40cb4bc727..e3f044a5f830 100644 --- a/devel/py-fixtures/Makefile +++ b/devel/py-fixtures/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.7.0:devel/py-pbr@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=36.6.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.7.0:devel/py-pbr@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080651.4386p4EF047279>