diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-28 17:52:33 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-28 17:52:52 +0000 |
commit | fd76d80208624ec7b2859d5cb98f6f74e0c64689 (patch) | |
tree | d8c82595c8cfaede7eba1fd7cd1485799e45462f | |
parent | 4787aa27c29ece2241f9a5fdcdf2c3e42522c5ea (diff) |
-rw-r--r-- | devel/py-ipympl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} \ |