aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:18 +0000
commitcc0a62899d6ea19347b99a022abe1d9003762237 (patch)
tree2c1ab1c1d8b4cf044f3ee75ffb963ea53c46908e
parentd2d304cc491fced756b8c338337ffd15bb6b72a5 (diff)
downloadports-cc0a62899d6ea19347b99a022abe1d9003762237.tar.gz
ports-cc0a62899d6ea19347b99a022abe1d9003762237.zip
devel/py-rope: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-rope/Makefile4
1 files 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