From d15a9ca531b7fe3dcb84b826fc4bb33c610cb045 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:44:26 +0800 Subject: [PATCH] math/py-rpy2: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) --- math/py-rpy2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index 92ed47db8aae..a300c15d3f0c 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -37,13 +37,7 @@ NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26,1:math/py-numpy@${PY_FLAVO PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.5,1:math/py-pandas@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0:devel/py-backports.zoneinfo@${PY_FLAVOR} -.endif - post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + -.include +.include