Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions recipes/recipes_emscripten/pyjs/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 4.0.2
version: 4.0.3
name: pyjs

source:
url: https://github.com/emscripten-forge/pyjs/archive/refs/tags/${{ version }}.tar.gz
sha256: 45244f5404589e156751fe19c1dd855fbe483f47b45e47ec4320620389915aa0
sha256: 7182baa6b152b11cd9146c251d1eab09b0c08d3a11959b43e2970e061a92018e

build:
number: 3
number: 0

outputs:
- package:
Expand Down Expand Up @@ -104,14 +104,14 @@ outputs:
- package:
name: ${{name}}
version: ${{ version }}

requirements:
run:
- pyjs-rt =${{ version }}
- pyjs-dev =${{ version }}
tests:
- script: |
[ -f "$PREFIX/lib/python3.13/site-packages/pyjs/core.py" ] || exit 1
- script: |
[ -f "$PREFIX/lib/python3.13/site-packages/pyjs/core.py" ] || exit 1
about:
license: BSD-3-Clause
license_family: BSD
Expand Down
Loading