git: e8704383f453 - main - math/py-primecountpy: chase cython-3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 11:43:01 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e8704383f453975309e5d14cd6acc09389a793d9
commit e8704383f453975309e5d14cd6acc09389a793d9
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-06-29 10:42:21 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-06-29 11:42:55 +0000
math/py-primecountpy: chase cython-3.12
---
math/py-primecountpy/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-primecountpy/Makefile b/math/py-primecountpy/Makefile
index 010bb1fe081c..043460252558 100644
--- a/math/py-primecountpy/Makefile
+++ b/math/py-primecountpy/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS= ${PYDEPS}
USES= cmake:indirect localbase meson pkgconfig python
USE_PYTHON= cython
+BINARY_ALIAS= cython=cython-${PYTHON_VER}
+
.if !defined(WITH_DEBUG)
LDFLAGS+= -s
.endif