From 390e5167629400dff32859992e16a60b2b87053a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:45:04 +0800 Subject: [PATCH] databases/py-carbon: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) Approved by: portmgr (blanket) With hat: python --- databases/py-carbon/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 02f21633f39b..464a23575db9 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/graphite-project/carbon LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Python-3.9 or later is not supported DEPRECATED= In bandaid mode as the concentration is on go-carbon EXPIRATION_DATE= 2025-04-27 @@ -32,12 +33,6 @@ MAKE_ENV= GRAPHITE_NO_PREFIX=yes NO_ARCH= yes SUB_LIST= PYTHON_CMD=${PYTHON_CMD} -.include - -.if ${PYTHON_REL} > 30900 -BROKEN= Python-3.9 or later is not supported -.endif - post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py @@ -45,4 +40,4 @@ post-install: ${RM} -r ${STAGEDIR}${PREFIX}/examples/init.d ${RMDIR} ${STAGEDIR}${PREFIX}/examples -.include +.include