Skip to content

Commit d676c2f

Browse files
Add license info for rustworkx (emscripten-forge#2697)
* Add license info for more recipes * Update url * Restore recipe * Update license file --------- Co-authored-by: arjxn-py <arjxn.py@gmail.com>
1 parent b2ad206 commit d676c2f

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

recipes/recipes_emscripten/rustworkx/recipe.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,25 @@ context:
33
version: 0.17.0a3
44

55
package:
6-
name: ${{name}}
6+
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
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

1313
build:
14-
number: 0
14+
number: 1
1515

1616
requirements:
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

0 commit comments

Comments
 (0)