git: e73b8df09e88 - main - devel/py-pytest: 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:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e73b8df09e88d2a52dfa009128f5a6817b554a44
commit e73b8df09e88d2a52dfa009128f5a6817b554a44
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-pytest: Remove outdated PYTHON_REL check after lang/python37 removal
---
devel/py-pytest/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile
index 5bc6df694578..ba416524f940 100644
--- a/devel/py-pytest/Makefile
+++ b/devel/py-pytest/Makefile
@@ -44,9 +44,6 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest4
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
.if ${PYTHON_REL} < 31100
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}exceptiongroup>=0:devel/py-exceptiongroup@${PY_FLAVOR}