aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:29:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-29 16:33:00 +0000
commit6733824ecfc93ca7432cbc322fa20bf9ef0c8e26 (patch)
tree23444f23b245d8f0fbcff6199c5c7249145beff7
parent0cb99d899d15c96464fa185d7b9c6d75890e969a (diff)
downloadports-6733824ecfc93ca7432cbc322fa20bf9ef0c8e26.tar.gz
ports-6733824ecfc93ca7432cbc322fa20bf9ef0c8e26.zip
devel/py-atomiclong: Convert to USE_PYTHON=pytest
-rw-r--r--devel/py-atomiclong/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-atomiclong/Makefile b/devel/py-atomiclong/Makefile
index 1c77fafc3014..b49236dd615b 100644
--- a/devel/py-atomiclong/Makefile
+++ b/devel/py-atomiclong/Makefile
@@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
-USES= python:3.6+ pytest
-USE_PYTHON= autoplist distutils
+USES= python:3.6+
+USE_PYTHON= autoplist distutils pytest
post-patch:
@${REINPLACE_CMD} '/setup_requires/d' ${WRKSRC}/${PYSETUP}