Skip to content

Commit 03b7e0f

Browse files
Update pyjs from 4.0.2 to 4.0.3 (#5259)
Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com> Co-authored-by: Thorsten Beier <thorsten.beier@quantstack.net>
1 parent 115622c commit 03b7e0f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

recipes/recipes_emscripten/pyjs/recipe.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 4.0.2
2+
version: 4.0.3
33
name: pyjs
44

55
source:
66
url: https://github.com/emscripten-forge/pyjs/archive/refs/tags/${{ version }}.tar.gz
7-
sha256: 45244f5404589e156751fe19c1dd855fbe483f47b45e47ec4320620389915aa0
8-
7+
sha256: 7182baa6b152b11cd9146c251d1eab09b0c08d3a11959b43e2970e061a92018e
8+
99
build:
10-
number: 3
10+
number: 0
1111

1212
outputs:
1313
- package:
@@ -104,14 +104,14 @@ outputs:
104104
- package:
105105
name: ${{name}}
106106
version: ${{ version }}
107-
107+
108108
requirements:
109109
run:
110110
- pyjs-rt =${{ version }}
111111
- pyjs-dev =${{ version }}
112112
tests:
113-
- script: |
114-
[ -f "$PREFIX/lib/python3.13/site-packages/pyjs/core.py" ] || exit 1
113+
- script: |
114+
[ -f "$PREFIX/lib/python3.13/site-packages/pyjs/core.py" ] || exit 1
115115
about:
116116
license: BSD-3-Clause
117117
license_family: BSD

0 commit comments

Comments
 (0)