git: 13364bd32243 - main - math/py-dgl: Change USE_PYTHON from cython to cython0

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=13364bd32243557e8d038b3c4e4118db61a8230d

commit 13364bd32243557e8d038b3c4e4118db61a8230d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:08 +0000

    math/py-dgl: Change USE_PYTHON from cython to cython0
    
    PR:             291778
---
 math/py-dgl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-dgl/Makefile b/math/py-dgl/Makefile
index aab285be4877..eb9d71572c68 100644
--- a/math/py-dgl/Makefile
+++ b/math/py-dgl/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=2.1:math/py-networkx@${PY_FLAVOR}
 		${BACKEND_DEPENDS}
 
 USES=		python localbase
-USE_PYTHON=	distutils cython autoplist
+USE_PYTHON=	autoplist cython0 distutils
 
 WRKSRC_SUBDIR=	python