summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-17 06:51:37 +0100
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 18:01:56 +0000
commit134cbc66c593cf97426fd72466b721488a23b3a2 (patch)
treee9d735f478aa591164d584aaf642df81364dc382
parentb3b1e0c01e2f952f57801b4e6b2f8c3f2628e715 (diff)
downloadfreebsd-ports-134cbc66c593cf97426fd72466b721488a23b3a2.zip
devel/py-pykdtree: mark BROKEN
Backend subprocess exited when trying to invoke build_wheel (cherry picked from commit 65c297ff419623cc0bb4cdc2f35ddb551f32699b)
-rw-r--r--devel/py-pykdtree/Makefile2
1 files changed, 2 insertions, 0 deletions
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}