From 150c0018fdfece47d43cc508378c8faf26046149 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 9 Apr 2025 22:53:16 +0800 Subject: Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test} - Update USE_PYTHON=cython{,_run,_test} - Convert all cython3 occurrence to USE_PYTHON=cython3* - While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and USE_PYTHON=cython It is added to simplify the future transition from Cython 0.29 to 3. The minimal version is set to 3.0.12 because it is required by devel/py-propcache. The upper bound of version is set to 3.1 because it is limited by multiple ports. --- net/py-mpi4py/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/py-mpi4py') diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile index f970a596ffdc..573f93fde519 100644 --- a/net/py-mpi4py/Makefile +++ b/net/py-mpi4py/Makefile @@ -12,10 +12,8 @@ WWW= https://github.com/mpi4py/mpi4py LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>3.0.0:lang/cython3@${PY_FLAVOR} - USES= pkgconfig python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent cython3 distutils MP?= OPENMPI .if ${MP} == "OPENMPI" -- cgit v1.2.3