File tree Expand file tree Collapse file tree
recipes/recipes_emscripten/pycrdt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33
44export MATURIN_PYTHON_SYSCONFIGDATA_DIR=${PREFIX} /etc/conda/_sysconfigdata__emscripten_wasm32-emscripten.py
5- export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
5+ export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
66${PYTHON} -m pip install . -vvv
77
Original file line number Diff line number Diff line change 11context :
22 name : pycrdt
3- version : 0.12.32
3+ version : 0.12.33
44
55package :
6- name : ${{name}}
6+ name : ${{ name }}
77 version : ${{ version }}
88
99source :
10- - url : https://github.com/jupyter-server/pycrdt/archive/refs/tags/${{version}}.tar.gz
11- sha256 : 39177cf5b515875f345a2a1460b44e1b11d30273263f6569d0bed5b8c953205f
10+ - url : https://github.com/jupyter-server/pycrdt/archive/refs/tags/${{ version }}.tar.gz
11+ sha256 : d0053d591a42f2bd68059f1d8f22fc7536349240729cb7e89af0ddd72b7dda4f
1212
1313build :
1414 number : 0
1515
1616requirements :
1717 build :
18- - cross-python_${{target_platform}}
18+ - cross-python_${{ target_platform }}
1919 - cffi
2020 - setuptools-rust
21- - rust
21+ - rust-nightly
2222 - maturin
23-
2423 host :
2524 - python
2625 - openssl
You can’t perform that action at this time.
0 commit comments