git: 17bf483c82d5 - main - textproc/py-sphinx: Convert to USE_PYTHON=pytest4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 16:36:50 UTC
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