git: 06ea48b6cd69 - main - devel/py-pytest4: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:22:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06ea48b6cd693aa70c429ad8df5898a97c2d9c41
commit 06ea48b6cd693aa70c429ad8df5898a97c2d9c41
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:07 +0000
devel/py-pytest4: Remove outdated PYTHON_REL check after lang/python37 removal
---
devel/py-pytest4/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/py-pytest4/Makefile b/devel/py-pytest4/Makefile
index b2aa33938853..091a11eb30df 100644
--- a/devel/py-pytest4/Makefile
+++ b/devel/py-pytest4/Makefile
@@ -46,12 +46,6 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/testing/test_parseopt.py
@@ -60,4 +54,4 @@ post-patch:
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_cache_failure_warns'
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>