Date: Sun, 31 Mar 2024 20:54:25 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: d4b7d3e3d873 - main - devel/py-pyleri: Convert to USE_PYTHON=unittest Message-ID: <202403312054.42VKsPM8052614@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=d4b7d3e3d873387f275bf7cfe64046181862b07e commit d4b7d3e3d873387f275bf7cfe64046181862b07e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:54:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:54:11 +0000 devel/py-pyleri: Convert to USE_PYTHON=unittest --- devel/py-pyleri/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-pyleri/Makefile b/devel/py-pyleri/Makefile index e993c649df5b..9c29ba9162f9 100644 --- a/devel/py-pyleri/Makefile +++ b/devel/py-pyleri/Makefile @@ -15,8 +15,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes +TEST_ARGS= discover -s test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403312054.42VKsPM8052614>