Date: Wed, 29 Jun 2022 16:36:50 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: 17bf483c82d5 - main - textproc/py-sphinx: Convert to USE_PYTHON=pytest4 Message-ID: <202206291636.25TGaok6087851@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=17bf483c82d5f8218520eb1d8b927964f802816d commit 17bf483c82d5f8218520eb1d8b927964f802816d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 16:29:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 16:32:54 +0000 textproc/py-sphinx: Convert to USE_PYTHON=pytest4 --- textproc/py-sphinx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 91c1a93ba14b..f5f24d4b9103 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -39,8 +39,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4-cov>=0:devel/py-pytest4-cov@${PY_FL ${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR} \ cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR} -USES= python:3.7+ pytest:4 -USE_PYTHON= autoplist distutils concurrent +USES= python:3.7+ +USE_PYTHON= autoplist distutils concurrent pytest4 NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206291636.25TGaok6087851>