Skip to content

Commit

Permalink
Update with pycrdt v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 9, 2025
1 parent 4e5ce8c commit 330366e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions recipes/recipes_emscripten/pycrdt/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash


export MATURIN_PYTHON_SYSCONFIGDATA_DIR=${PREFIX}/etc/conda/_sysconfigdata__emscripten_wasm32-emscripten.py
${PYTHON} -m pip install . -vvv

${PYTHON} -m pip install . -vvv
10 changes: 5 additions & 5 deletions recipes/recipes_emscripten/pycrdt/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
context:
name: pycrdt
version: 0.8.23
version: 0.12.1

package:
name: ${{name}}
version: ${{ version }}

source:
- url: https://github.com/jupyter-server/pycrdt/archive/refs/tags/v${{version}}.tar.gz
sha256: fcc3a5fb71c329455a02fd8861d68fa59c32e606f96bacf6e4654968cc409db2
- url: https://github.com/jupyter-server/pycrdt/archive/refs/tags/${{version}}.tar.gz
sha256: 4aef45c108068a9d27beafd26a4011ac54f415e2d9274c0226930f4dc4faa8d2

build:
number: 3
number: 0

requirements:
build:
Expand All @@ -27,7 +27,7 @@ requirements:
- cffi == 1.15.1
run:
- cffi == 1.15.1
- typing_extensions
- anyio >=4.4.0,<5.0.0

tests:
- script: pytester
Expand Down

0 comments on commit 330366e

Please sign in to comment.