diff --git a/recipes/recipes_emscripten/cramjam/recipe.yaml b/recipes/recipes_emscripten/cramjam/recipe.yaml index 98218727deb..4de50336850 100644 --- a/recipes/recipes_emscripten/cramjam/recipe.yaml +++ b/recipes/recipes_emscripten/cramjam/recipe.yaml @@ -1,6 +1,6 @@ context: name: cramjam - version: 2.8.3 + version: 2.8.4 package: name: ${{ name|lower }} @@ -8,35 +8,35 @@ package: source: url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz - sha256: 6b1fa0a6ea8183831d04572597c182bd6cece62d583a36cde1e6a86e72ce2389 + sha256: ad8bec85b46283330214f4367805e6f56e04ce25a030a2c6a4b127437d006fcf build: number: 0 requirements: build: - - python - - cross-python_${{ target_platform }} - - maturin - - toml - - rust - - ${{ compiler('cxx') }} + - python + - cross-python_${{ target_platform }} + - maturin + - toml + - rust + - ${{ compiler('cxx') }} host: - - python - - pip + - python + - pip run: - - python + - python tests: - - script: pytester - files: - recipe: - - test_cramjam.py - requirements: - build: - - pytester - run: - - pytester-run +- script: pytester + files: + recipe: + - test_cramjam.py + requirements: + build: + - pytester + run: + - pytester-run about: homepage: https://github.com/milesgranger/cramjam @@ -50,4 +50,4 @@ about: extra: recipe-maintainers: - - milesgranger + - milesgranger