git: 65c297ff4196 - main - devel/py-pykdtree: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 06:06:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=65c297ff419623cc0bb4cdc2f35ddb551f32699b commit 65c297ff419623cc0bb4cdc2f35ddb551f32699b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-17 05:51:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-17 06:05:56 +0000 devel/py-pykdtree: mark BROKEN Backend subprocess exited when trying to invoke build_wheel --- 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}