Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 12:00:23 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca82644f6aef - main - databases/py-peewee: Change USE_PYTHON from cython to cython0
Message-ID:  <6968d6d7.3936c.dd77be4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6d7.3936c.dd77be4>