Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 12:00:45 +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: 99a1d700ceb9 - main - net/py-pyenet: Change USE_PYTHON from cython to cython0
Message-ID:  <6968d6ed.3a43d.7404f5f9@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=99a1d700ceb9e15afe672f7b487dc8cdb38ba2a3

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

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

diff --git a/net/py-pyenet/Makefile b/net/py-pyenet/Makefile
index 12cf962f663e..2d2c83db05b6 100644
--- a/net/py-pyenet/Makefile
+++ b/net/py-pyenet/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
 LICENSE_FILE_MIT=	${WRKSRC}/enet/LICENSE
 
 USES=		python
-USE_PYTHON=	autoplist cython distutils
+USE_PYTHON=	autoplist cython0 distutils
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/enet*.so


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6ed.3a43d.7404f5f9>