git: fd76d8020862 - main - devel/py-ipympl: build hangs on i386

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Sat, 28 Jun 2025 17:54:11 UTC
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd76d80208624ec7b2859d5cb98f6f74e0c64689

commit fd76d80208624ec7b2859d5cb98f6f74e0c64689
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-06-28 17:52:33 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-06-28 17:52:52 +0000

    devel/py-ipympl: build hangs on i386
---
 devel/py-ipympl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-ipympl/Makefile b/devel/py-ipympl/Makefile
index 6432d8d107e6..ae4843fbd31f 100644
--- a/devel/py-ipympl/Makefile
+++ b/devel/py-ipympl/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/matplotlib/ipympl
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+IGNORE_i386=	jlpm/node hangs during build stage
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.8.3:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatch-nodejs-version>=0.3.2:devel/py-hatch-nodejs-version@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \