From 2e29001b40b56507bcac2a152aa65609607525d1 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Mar 2021 19:20:25 +0000 Subject: Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588) PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+. --- math/py-rpy2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index 78ad58a6f818..8d6e19ba11f4 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -27,7 +27,7 @@ USE_PYTHON= autoplist concurrent distutils MAKE_ENV= RPY2_CFFI_MODE=BOTH -PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.${PYTHON_PYOEXTENSION} \ +PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.opt-1.pyc \ ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.pyc \ ${PYTHON_SITELIBDIR}/_rinterface_cffi_abi.py -- cgit v1.2.3