From f9b0b6108535a891d6d57f9b0558bfd6a21457e8 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Fri, 31 Oct 2025 01:08:25 +0000 Subject: [PATCH 1/2] Build robotics-toolbox-python for emscripten-4x --- recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml b/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml index a4a2bcd21d7..e2688ec033d 100644 --- a/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml +++ b/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml @@ -11,7 +11,7 @@ source: rev: swiftless build: - number: 1 + number: 2 script: ${{ PYTHON }} -m pip install . -vvv --no-deps requirements: From 8f5c6ba04a870b7435b0d81e425e79b9558c8125 Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 8 Jan 2026 11:40:54 +0100 Subject: [PATCH 2/2] Reset build number --- .../recipes_emscripten/robotics-toolbox-python/recipe.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml b/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml index e2688ec033d..cec8834be4b 100644 --- a/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml +++ b/recipes/recipes_emscripten/robotics-toolbox-python/recipe.yaml @@ -11,7 +11,7 @@ source: rev: swiftless build: - number: 2 + number: 0 script: ${{ PYTHON }} -m pip install . -vvv --no-deps requirements: @@ -47,7 +47,8 @@ about: (matplotlib, three.js, WebGL), interactive development (jupyter, jupyterlab, mybinder.org), and documentation (sphinx). homepage: https://github.com/petercorke/robotics-toolbox-python + extra: recipe-maintainers: - - ihuicatl + - IsabelParedes - wolfv