Date: Fri, 30 Jun 2023 07:20:34 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: b731aa3ecf8a - main - net/py-pyroute2.minimal: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202306300720.35U7KYqp075848@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=b731aa3ecf8a7be22a3857ecd861674cbac03d96 commit b731aa3ecf8a7be22a3857ecd861674cbac03d96 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:27 +0000 net/py-pyroute2.minimal: Remove outdated PYTHON_REL check after lang/python37 removal --- net/py-pyroute2.minimal/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net/py-pyroute2.minimal/Makefile b/net/py-pyroute2.minimal/Makefile index b2d7d55f8d54..51e43b2650a3 100644 --- a/net/py-pyroute2.minimal/Makefile +++ b/net/py-pyroute2.minimal/Makefile @@ -21,10 +21,4 @@ USE_PYTHON= autoplist concurrent pep517 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 - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300720.35U7KYqp075848>