git: eab3b2b6038e - main - devel/py-pluggy0: Remove outdated PYTHON_REL check after lang/python37 removal

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 07:20:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eab3b2b6038ea54e85b722abea29cbd03b20a434

commit eab3b2b6038ea54e85b722abea29cbd03b20a434
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:48 +0000

    devel/py-pluggy0: Remove outdated PYTHON_REL check after lang/python37 removal
---
 devel/py-pluggy0/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/py-pluggy0/Makefile b/devel/py-pluggy0/Makefile
index 9022b344790d..1356f1bf55cb 100644
--- a/devel/py-pluggy0/Makefile
+++ b/devel/py-pluggy0/Makefile
@@ -22,10 +22,4 @@ TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
 
 PORTSCOUT=	limit:^0\.
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>