git: ee395cb28984 - main - www/py-yarl: Remove outdated PYTHON_REL check after lang/python37 removal

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 26 Aug 2023 21:53:53 UTC
The branch main has been updated by sunpoet:

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

commit ee395cb28984999726b3c8c50615dfe85f12d0b7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 21:42:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 21:42:38 +0000

    www/py-yarl: Remove outdated PYTHON_REL check after lang/python37 removal
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 www/py-yarl/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile
index f9c404ddfb10..765a3412848c 100644
--- a/www/py-yarl/Makefile
+++ b/www/py-yarl/Makefile
@@ -28,10 +28,4 @@ post-install:
 pre-test:
 	@cd ${TEST_WRKSRC}/yarl && ${LN} -fs ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yarl/_quoting_c*.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>