diff --git a/recipes/recipes_emscripten/crc32c/recipe.yaml b/recipes/recipes_emscripten/crc32c/recipe.yaml index 3536b88133e..3258ea31710 100644 --- a/recipes/recipes_emscripten/crc32c/recipe.yaml +++ b/recipes/recipes_emscripten/crc32c/recipe.yaml @@ -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