Date: Thu, 15 Jan 2026 12:00:41 +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: a09575c46a36 - main - misc/py-apache-beam: Change USE_PYTHON from cython to cython0 Message-ID: <6968d6e9.3a043.2ba8e15c@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=a09575c46a36566b3001f7315062182d30afcce6 commit a09575c46a36566b3001f7315062182d30afcce6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:45:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:54:10 +0000 misc/py-apache-beam: Change USE_PYTHON from cython to cython0 PR: 291778 --- misc/py-apache-beam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile index b4af6dcbce7f..189b0f759f34 100644 --- a/misc/py-apache-beam/Makefile +++ b/misc/py-apache-beam/Makefile @@ -52,7 +52,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=0.3.12:devel/py-freezegun@${PY_F # testcontainers[mysql]>=3.0.3 is also required USES= python zip -USE_PYTHON= autoplist concurrent cryptography_test cython distutils pytest # 5 tests fail, depending on pyarrow, MySqlContainer, threadpoolctl +USE_PYTHON= autoplist concurrent cryptography_test cython0 distutils pytest # 5 tests fail, depending on pyarrow, MySqlContainer, threadpoolctl post-install: # strip binarieshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6e9.3a043.2ba8e15c>
