git: 72ca7d6b09af - main - www/py-quilt3: 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:21:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=72ca7d6b09af6d78f0e5258e062165bed797da0b commit 72ca7d6b09af6d78f0e5258e062165bed797da0b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:06:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:06:24 +0000 www/py-quilt3: Remove outdated PYTHON_REL check after lang/python37 removal --- www/py-quilt3/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/py-quilt3/Makefile b/www/py-quilt3/Makefile index 05c28abcf7df..9975e2561dd0 100644 --- a/www/py-quilt3/Makefile +++ b/www/py-quilt3/Makefile @@ -32,10 +32,4 @@ ANNDATA_DESC= Annotated data support ANNDATA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anndata>=0.8.0:devel/py-anndata@${PY_FLAVOR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>