File tree Expand file tree Collapse file tree
recipes/recipes_emscripten/rustworkx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,26 +3,25 @@ context:
33 version : 0.17.0a3
44
55package :
6- name : ${{name}}
6+ name : ${{ name }}
77 version : ${{ version }}
88
99source :
10- - url : https://github.com/IvanIsCoding/rustworkx/releases/download/v0.17.0a3 /rustworkx-0.17.0a3 .tar.gz
10+ - url : https://github.com/IvanIsCoding/rustworkx/releases/download/v${{ version }} /rustworkx-${{ version }} .tar.gz
1111 sha256 : 8bd0c295134e2b0c03808d4e69428b41153849db6488839084a78793c337f191
1212
1313build :
14- number : 0
14+ number : 1
1515
1616requirements :
1717 build :
18- - cross-python_${{target_platform}}
18+ - cross-python_${{ target_platform }}
1919 - ${{ compiler("c") }}
2020 - cffi
2121 - setuptools-rust
2222 - rust
2323 - rust-src
2424 - maturin
25-
2625 host :
2726 - python
2827 - openssl
@@ -40,3 +39,10 @@ tests:
4039 files :
4140 recipe :
4241 - test_rustworkx.py
42+
43+ about :
44+ homepage : https://www.rustworkx.org/
45+ repository : https://github.com/Qiskit/rustworkx
46+ summary : A python graph library implemented in Rust
47+ license : Apache-2.0
48+ license_file : LICENSE
You can’t perform that action at this time.
0 commit comments