Date: Fri, 30 Jun 2023 07:19:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 47cac33368e1 - main - devel/py-hatchling: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202306300719.35U7Jifx066494@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=47cac33368e1df6c596031b112d233982a38a7f8 commit 47cac33368e1df6c596031b112d233982a38a7f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:36 +0000 devel/py-hatchling: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-hatchling/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-hatchling/Makefile b/devel/py-hatchling/Makefile index 36c366d66aef..3b53d4fd637d 100644 --- a/devel/py-hatchling/Makefile +++ b/devel/py-hatchling/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}tomli>=1.2.2:textproc/py-tomli@${PY_FLAVOR} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300719.35U7Jifx066494>