diff --git a/recipes/ish/recipe.yaml b/recipes/ish/recipe.yaml index 80101096..868e7ead 100644 --- a/recipes/ish/recipe.yaml +++ b/recipes/ish/recipe.yaml @@ -1,7 +1,10 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: - version: "1.1.1" + version: "1.2.0" + modular_version: "=25.4" + extramojo_version: "=0.15" + package: name: "ish" @@ -9,7 +12,9 @@ package: source: - git: https://github.com/BioRadOpenSource/ish.git - rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311 + rev: e30ad09a2d21495d168522093fb643be130ddae3 + # path: . + # use_gitignore: true build: number: 0 @@ -24,31 +29,28 @@ build: requirements: host: - - max =25.3 - - extramojo =0.14.0 + - modular ${{ modular_version }} + - extramojo ${{ extramojo_version }} + - zlib >=1.3.1,<2 run: - - ${{ pin_compatible('max') }} + - modular ${{ modular_version }} + - zlib >=1.3.1,<2 tests: - script: - if: unix then: - - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests/test_global.mojo - - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests/test_local_and_profile.mojo - - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests/test_searcher.mojo - - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests/test_semi_global.mojo + - mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests requirements: run: - - max =25.3 - - extramojo =0.14.0 + - modular ${{ modular_version }} + - extramojo ${{ extramojo_version }} + - zlib >=1.3.1,<2 files: - recipe: - - tests/test_global.mojo - - tests/test_local_and_profile.mojo - - tests/test_searcher.mojo - - tests/test_semi_global.mojo + source: + - tests about: homepage: https://github.com/BioRadOpenSource/ish