git: 1ef256df1a33 - main - devel/py-memory-allocator: chase cython-3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 12:14:21 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1ef256df1a33cf291ee3c6bf13c76f61edb4496f
commit 1ef256df1a33cf291ee3c6bf13c76f61edb4496f
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-06-29 12:13:33 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-06-29 12:14:18 +0000
devel/py-memory-allocator: chase cython-3.12
---
devel/py-memory-allocator/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/py-memory-allocator/Makefile b/devel/py-memory-allocator/Makefile
index 9c44a2f75c9c..2367e111a314 100644
--- a/devel/py-memory-allocator/Makefile
+++ b/devel/py-memory-allocator/Makefile
@@ -6,11 +6,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Allocate memory easily with cython
-WWW= https://pypi.org/project/memory-allocator/
+WWW= https://github.com/sagemath/memory_allocator
LICENSE= GPLv3
-USES= meson python
+USES= meson pkgconfig python
USE_PYTHON= cython
+BINARY_ALIAS= cython=cython-${PYTHON_VER}
.include <bsd.port.mk>