Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2023 02:50:43 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85eecee4aa99 - main - comms/chirp: remove conditional for Python < 3.8 after 3.7 removal
Message-ID:  <202306280250.35S2ohFU071911@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85eecee4aa99454769dd7658db18a540d6a50830

commit 85eecee4aa99454769dd7658db18a540d6a50830
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-06-28 02:48:37 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-06-28 02:48:37 +0000

    comms/chirp: remove conditional for Python < 3.8 after 3.7 removal
---
 comms/chirp/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile
index fef18a819b62..bd09b151b380 100644
--- a/comms/chirp/Makefile
+++ b/comms/chirp/Makefile
@@ -52,8 +52,5 @@ post-install:
 .if ${PYTHON_REL} < 31000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
 .endif
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
 
 .include <bsd.port.post.mk>



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