Skip to content

Commit 1e26cc4

Browse files
authored
update extramojo for 25.5 (#161)
* chore: update extramojo to 25.5 * fix: specify mojo-compiler for tests * fix: missing mojo for test * fix: update tests
1 parent 8c5349d commit 1e26cc4

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

recipes/ExtraMojo/recipe.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
context:
2-
version: "0.16.0"
3-
max_version: "=25.4"
2+
version: "0.17.0"
3+
mojo_version: "=25.5"
44

55
package:
66
name: "extramojo"
77
version: ${{ version }}
88

99
source:
1010
- git: https://github.com/ExtraMojo/ExtraMojo.git
11-
rev: 75b80da6249467b9df8f16fa432814b987504126
11+
rev: 608ca09f3b2e201b8c163f466966af48fa99e1c2
1212
# path: .
1313
# use_gitignore: true
1414

1515
build:
1616
number: 0
1717
script:
18-
- mojo package ExtraMojo -o ${{ PREFIX }}/lib/mojo/ExtraMojo.mojopkg
18+
- mojo package extramojo -o ${{ PREFIX }}/lib/mojo/extramojo.mojopkg
1919
requirements:
20+
build:
21+
- mojo-compiler ${{ mojo_version }}
2022
host:
21-
- max ${{ max_version }}
23+
- mojo-compiler ${{ mojo_version }}
2224
run:
23-
- max ${{ max_version }}
25+
- mojo-compiler ${{ mojo_version }}
2426

2527
tests:
2628
- script:
2729
- if: unix
2830
then:
29-
- mojo run -I ${{ PREFIX }}/lib/mojo/ExtraMojo.mojopkg tests/test_file.mojo
30-
- mojo test -I ${{ PREFIX }}/lib/mojo/ExtraMojo.mojopkg tests
31+
- mojo run -I . tests/test_file.mojo
32+
- mojo test -I . tests
3133
requirements:
34+
build:
35+
- mojo ${{ mojo_version }}
3236
run:
33-
- max ${{ max_version }}
37+
- mojo ${{ mojo_version }}
3438
files:
3539
source:
40+
- extramojo/
3641
- tests/
3742

3843
about:

0 commit comments

Comments
 (0)