git: ca82644f6aef - main - databases/py-peewee: Change USE_PYTHON from cython to cython0

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

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

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

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

diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile
index 2561842d7029..f4af5f2d72f0 100644
--- a/databases/py-peewee/Makefile
+++ b/databases/py-peewee/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=		SQLITE PGSQL
 OPTIONS_DEFAULT=	SQLITE
 
 USES=			localbase:ldflags python sqlite
-USE_PYTHON=		distutils cython autoplist concurrent
+USE_PYTHON=		autoplist concurrent cython0 distutils
 
 SQLITE_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 PGSQL_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR}