git: a2f19a5d8439 - main - devel/py-immutables: 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:19:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2f19a5d8439cc1a6658abc8ad8e6380ddd76d62 commit a2f19a5d8439cc1a6658abc8ad8e6380ddd76d62 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:38 +0000 devel/py-immutables: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-immutables/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-immutables/Makefile b/devel/py-immutables/Makefile index 6df2ffa2c149..67b4aadf0751 100644 --- a/devel/py-immutables/Makefile +++ b/devel/py-immutables/Makefile @@ -15,13 +15,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE USES= python USE_PYTHON= autoplist concurrent distutils -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} -.endif - post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + -.include <bsd.port.post.mk> +.include <bsd.port.mk>