aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-11-01 23:03:07 +0000
committerMatthias Andree <mandree@FreeBSD.org>2025-11-01 23:29:34 +0000
commit795bfbe85c61b78359a0e9b8ffa56878142d303b (patch)
tree759d38bf7df56e486409a5446a416946fab23655
parente0d7b2e61ed9b4651d67605c87487b9735fb5ca2 (diff)
*: switch ports to cython3 for py3.13+ support
textproc/py-pystemmer devel/py-cffi
-rw-r--r--devel/py-cffi/Makefile2
-rw-r--r--textproc/py-pystemmer/Makefile2
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*.so