Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:19:07 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: 56c1c8450e2c - main - devel/py-build: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300719.35U7J72T065836@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=56c1c8450e2c26cfd52faaba759f3b135fc6adeb

commit 56c1c8450e2c26cfd52faaba759f3b135fc6adeb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:13 +0000

    devel/py-build: Remove outdated PYTHON_REL check after lang/python37 removal
---
 devel/py-build/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 7c94c77f1c9b..c607430646ab 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -25,10 +25,6 @@ PEP517_BUILD_DEPEND=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.4:devel/py-flit-core@${
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.22:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
 .if ${PYTHON_REL} < 31100
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300719.35U7J72T065836>