Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions recipes/recipes_emscripten/crc32c/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
context:
version: "2.7.1"
name: "crc32c"
version: 2.7.1
name: crc32c

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://files.pythonhosted.org/packages/7f/4c/4e40cc26347ac8254d3f25b9f94710b8e8df24ee4dddc1ba41907a88a94d/crc32c-${{ version }}.tar.gz
url:
https://files.pythonhosted.org/packages/7f/4c/4e40cc26347ac8254d3f25b9f94710b8e8df24ee4dddc1ba41907a88a94d/crc32c-${{
version }}.tar.gz
sha256: f91b144a21eef834d64178e01982bb9179c354b3e9e5f4c803b0e5096384968c

build:
number: 1
number: 2

requirements:
build:
- ${{ compiler("c") }}
- python
- crossenv
- cross-python_emscripten-wasm32
- pip
- ${{ compiler("c") }}
- python
- crossenv
- cross-python_emscripten-wasm32
- pip
host:
- python
- python
run:
- python
- python

tests:
- script: pytester
requirements:
build:
- pytester
run:
- pytester-run
files:
recipe:
- test_crc32c.py
- script: pytester
requirements:
build:
- pytester
run:
- pytester-run
files:
recipe:
- test_crc32c.py


about:
homepage: https://github.com/ICRAR/crc32c
license: LGPL-2.1
license_file: LICENSE
summary: A python package implementing the crc32c algorithm in hardware and software
summary: A python package implementing the crc32c algorithm in hardware and software

extra:
recipe-maintainers:
- DerThorsten
- DerThorsten



Loading