diff --git a/recipes/recipes_emscripten/gmpy2/recipe.yaml b/recipes/recipes_emscripten/gmpy2/recipe.yaml index d45a556f6..c4f7ce1ff 100644 --- a/recipes/recipes_emscripten/gmpy2/recipe.yaml +++ b/recipes/recipes_emscripten/gmpy2/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "2.1.2" + version: 2.1.3 name: gmpy2 package: @@ -8,28 +8,28 @@ package: source: url: https://pypi.io/packages/source/g/gmpy2/gmpy2-${{ version }}.tar.gz - sha256: da75140bca128ece795895477e53b43773e3748aa90ba6170eae7ca2c74b82d1 + sha256: 10360cc39f1eb56e3a833a4d1cae3884c7f65b6ec490994801e6939dc08870ae build: number: 0 script: - - python -m pip install . -vvv + - python -m pip install . -vvv requirements: - build: - python - cross-python_${{ target_platform }} - - "{{ compiler('c') }}" - - pip + build: + - python + - cross-python_${{ target_platform }} + - "{{ compiler('c') }}" + - pip host: - - gmp - - mpc - - python + - gmp + - mpc + - python run: - - gmp - - mpc - - python + - gmp + - mpc + - python tests: @@ -54,7 +54,7 @@ about: extra: recipe-maintainers: - - wolfv + - wolfv emscripten_tests: python: pytest_files: