Date: Wed, 21 Feb 2024 15:22:17 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: 80db12d15e63 - main - devel/py-epsilon: Cosmetic change Message-ID: <202402211522.41LFMHt0035323@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=80db12d15e63d83445be4181da4ef43c195cc3dc commit 80db12d15e63d83445be4181da4ef43c195cc3dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:32:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:17 +0000 devel/py-epsilon: Cosmetic change --- devel/py-epsilon/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-epsilon/Makefile b/devel/py-epsilon/Makefile index d3fdd1871a87..bbcc57974695 100644 --- a/devel/py-epsilon/Makefile +++ b/devel/py-epsilon/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/twisted/epsilon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \ @@ -24,7 +24,6 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -# bin/benchmark -CONFLICTS_INSTALL= brlcad +CONFLICTS_INSTALL= brlcad # bin/benchmark .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211522.41LFMHt0035323>