git: 9d7220c31b06 - main - graphics/py-altair: 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:20:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d7220c31b06b39ad0eac0827a97257a7a80f0c9 commit 9d7220c31b06b39ad0eac0827a97257a7a80f0c9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:04 +0000 graphics/py-altair: Remove outdated PYTHON_REL check after lang/python37 removal --- graphics/py-altair/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphics/py-altair/Makefile b/graphics/py-altair/Makefile index b115aa2c42b2..a38741a35f80 100644 --- a/graphics/py-altair/Makefile +++ b/graphics/py-altair/Makefile @@ -25,10 +25,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 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} .endif