git: 134cbc66c593 - 2024Q1 - devel/py-pykdtree: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 18:02:13 UTC
The branch 2024Q1 has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=134cbc66c593cf97426fd72466b721488a23b3a2
commit 134cbc66c593cf97426fd72466b721488a23b3a2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:51:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 18:01:56 +0000
devel/py-pykdtree: mark BROKEN
Backend subprocess exited when trying to invoke build_wheel
(cherry picked from commit 65c297ff419623cc0bb4cdc2f35ddb551f32699b)
---
devel/py-pykdtree/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-pykdtree/Makefile b/devel/py-pykdtree/Makefile
index c5fc51f43163..1e856c80a4dd 100644
--- a/devel/py-pykdtree/Makefile
+++ b/devel/py-pykdtree/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/storpipfugl/pykdtree
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= Backend subprocess exited when trying to invoke build_wheel
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}