package: name: cramjam version: 2.8.1 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 cd cramjam-python cargo update -p zstd-sys --precise 2.0.9 cargo update -p proc-macro2 --precise 1.0.60 about: home: "" PyPI: https://pypi.org/project/cramjam summary: Thin Python bindings to de/compression algorithms in Rust license: MIT requirements: executable: - rustup - cargo test: imports: - cramjam extra: recipe-maintainers: - joemarshall