git: cc0a62899d6e - main - devel/py-rope: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc0a62899d6ea19347b99a022abe1d9003762237 commit cc0a62899d6ea19347b99a022abe1d9003762237 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:18 +0000 devel/py-rope: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-rope/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index 37587a33b222..df78e4743aef 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -23,8 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytoolconfig>=0:devel/py-pytoolconfig@${PY_F TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytoolconfig>=0:devel/py-pytoolconfig@${PY_FLAVOR} -USES= cpe python pytest -USE_PYTHON= autoplist pep517 +USES= cpe python +USE_PYTHON= autoplist pep517 pytest CPE_VENDOR= rope_project