databases/py-carbon: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b)

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2025-04-10 01:45:04 +08:00
parent 0eaa55c263
commit 390e516762
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>
.include <bsd.port.mk>