Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2026 11:43:01 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8704383f453 - main - math/py-primecountpy: chase cython-3.12
Message-ID:  <6a425a45.180c3.1546c5e3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a425a45.180c3.1546c5e3>