git: 7dfdfc5a43d7 - main - devel/py-arrow: 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:18:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dfdfc5a43d7529f268ac2f333e126bde3ad319b commit 7dfdfc5a43d7529f268ac2f333e126bde3ad319b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:07 +0000 devel/py-arrow: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-arrow/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index ef283a733d1c..ad04e375cf55 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -17,10 +17,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.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>