git: be669f60a301 - main - devel/py-attrs: 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:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=be669f60a301f74ccca388868de9ad0a5d6bbcc1 commit be669f60a301f74ccca388868de9ad0a5d6bbcc1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:08 +0000 devel/py-attrs: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-attrs/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile index 26c165a644ff..8e5feb62a597 100644 --- a/devel/py-attrs/Makefile +++ b/devel/py-attrs/Makefile @@ -30,10 +30,6 @@ NO_ARCH= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31100 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>=0:devel/py-pytest-mypy-plugins@${PY_FLAVOR} .endif