Date: Sat, 1 Nov 2025 23:30:27 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 795bfbe85c61 - main - *: switch ports to cython3 for py3.13+ support Message-ID: <202511012330.5A1NURbT076128@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=795bfbe85c61b78359a0e9b8ffa56878142d303b commit 795bfbe85c61b78359a0e9b8ffa56878142d303b Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2025-11-01 23:03:07 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2025-11-01 23:29:34 +0000 *: switch ports to cython3 for py3.13+ support textproc/py-pystemmer devel/py-cffi --- devel/py-cffi/Makefile | 2 +- textproc/py-pystemmer/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index b7381e6b18fb..5ddd9d3187bc 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libffi.so:devel/libffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=0:devel/py-pycparser@${PY_FLAVOR} USES= compiler:c11 localbase python -USE_PYTHON= autoplist concurrent cython pep517 pytest +USE_PYTHON= autoplist concurrent cython3 pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/textproc/py-pystemmer/Makefile b/textproc/py-pystemmer/Makefile index 4b53f8f6f669..71cad5601b8c 100644 --- a/textproc/py-pystemmer/Makefile +++ b/textproc/py-pystemmer/Makefile @@ -15,7 +15,7 @@ LICENSE= MIT BSD3CLAUSE LICENSE_COMB= dual USES= python -USE_PYTHON= autoplist cython distutils +USE_PYTHON= autoplist cython3 distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer*.sohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511012330.5A1NURbT076128>
