git: 77bf1c0a0cf8 - main - devel/py-python-dtrace: Change USE_PYTHON from cython{,run} to cython0{,_run}

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Jan 2026 12:00:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77bf1c0a0cf89b205a6a1fe0458cc3ece6855f35

commit 77bf1c0a0cf89b205a6a1fe0458cc3ece6855f35
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:06 +0000

    devel/py-python-dtrace: Change USE_PYTHON from cython{,run} to cython0{,_run}
    
    PR:             291778
---
 devel/py-python-dtrace/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-python-dtrace/Makefile b/devel/py-python-dtrace/Makefile
index 16fdaaff5c7e..52ab83cb27a4 100644
--- a/devel/py-python-dtrace/Makefile
+++ b/devel/py-python-dtrace/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils cython cython_run
+USE_PYTHON=	autoplist cython0 cython0_run distutils
 
 .include <bsd.port.pre.mk>