Date: Thu, 15 Jan 2026 12:00:38 +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: 52908b80dc64 - main - math/py-pygslodeiv2: Change USE_PYTHON from cython to cython0 Message-ID: <6968d6e6.3ac1b.7b546c96@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=52908b80dc64589a3f180f14e132445f7243c01b commit 52908b80dc64589a3f180f14e132445f7243c01b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:45:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:54:09 +0000 math/py-pygslodeiv2: Change USE_PYTHON from cython to cython0 PR: 291778 --- math/py-pygslodeiv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-pygslodeiv2/Makefile b/math/py-pygslodeiv2/Makefile index 075131402e8e..341cd8eebcd4 100644 --- a/math/py-pygslodeiv2/Makefile +++ b/math/py-pygslodeiv2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang localbase python -USE_PYTHON= distutils autoplist cython pytest +USE_PYTHON= autoplist cython0 distutils pytest pre-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplacehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6e6.3ac1b.7b546c96>
