git: c5209991451d - main - textproc/py-elementpath: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5209991451dac3e7c320d0d2debc77a76abd81c commit c5209991451dac3e7c320d0d2debc77a76abd81c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:22:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:22:30 +0000 textproc/py-elementpath: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- textproc/py-elementpath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 334acbd78e50..f55936fa5ed0 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=2.0.0:textproc/py-xmlschema@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= distutils concurrent autoplist +USES= python +USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes