pyodide/packages/cramjam/meta.yaml

30 lines
742 B
YAML
Raw Normal View History

2023-03-02 05:46:58 +00:00
package:
name: cramjam
version: 2.8.1
2023-03-02 05:46:58 +00:00
top-level:
- cramjam
source:
url: https://files.pythonhosted.org/packages/6d/37/69fc31f8bb047b7980c2c49d9abe19249d087c93dfd0991ffcadb3d115a7/cramjam-2.8.1.tar.gz
sha256: f7e233791761b61e3d85598b25db75868d9f1cd35b2bd10eb34ec4755ff2add1
build:
script: |
# TODO: remove this when updating cramjam
2024-02-12 23:31:32 +00:00
cd cramjam-python
cargo update -p zstd-sys --precise 2.0.9
cargo update -p proc-macro2 --precise 1.0.60
2023-03-02 05:46:58 +00:00
about:
home: ""
PyPI: https://pypi.org/project/cramjam
summary: Thin Python bindings to de/compression algorithms in Rust
license: MIT
requirements:
executable:
- rustup
- cargo
2023-03-02 05:46:58 +00:00
test:
imports:
- cramjam
extra:
recipe-maintainers:
- joemarshall