Skip to content

Commit 4dbd830

Browse files
authored
Update Lightbug HTTP to Mojo 0.25.6 (#181)
* Update Lightbug HTTP to Mojo 0.25.6 - Update version to 0.25.6 - Update git revision to b7b81a8332259fa14e1057dc86a8249c2e6df927 - Update max requirement to 0.25.6 - Update test requirements to mojo 0.25.6
1 parent dcf7eea commit 4dbd830

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

recipes/lightbug_http/recipe.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2-
32
context:
4-
version: "25.4.0"
5-
3+
version: "0.25.6"
4+
mojo_version: "=0.25.6"
65
package:
76
name: "lightbug_http"
87
version: ${{ version }}
9-
108
source:
119
- git: https://github.com/saviorand/lightbug_http.git
12-
rev: 508f4210fd32af2010286625d8fbd69ef0534057
13-
10+
rev: b7b81a8332259fa14e1057dc86a8249c2e6df927
1411
build:
1512
number: 0
1613
script:
1714
- mkdir -p ${PREFIX}/lib/mojo
1815
- mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg
19-
2016
requirements:
17+
build:
18+
- mojo-compiler ${{ mojo_version }}
2119
host:
22-
- max =25.4
20+
- mojo-compiler ${{ mojo_version }}
2321
run:
24-
- ${{ pin_compatible('max') }}
25-
22+
- mojo-compiler ${{ mojo_version }}
2623
tests:
2724
- script:
2825
- if: unix
2926
then:
3027
- mojo test
3128
requirements:
29+
build:
30+
- mojo ${{ mojo_version }}
3231
run:
33-
- max =25.4
32+
- mojo ${{ mojo_version }}
3433
files:
3534
recipe:
3635
- tests/lightbug_http/io/test_bytes.mojo
@@ -40,14 +39,12 @@ tests:
4039
- tests/lightbug_http/test_http.mojo
4140
- tests/lightbug_http/test_net.mojo
4241
- tests/lightbug_http/test_uri.mojo
43-
4442
about:
4543
homepage: https://lightbug.site
4644
license: MIT
4745
license_file: LICENSE
4846
summary: Lightbug is a simple and sweet HTTP framework for Mojo
4947
repository: https://github.com/saviorand/lightbug_http
50-
5148
extra:
5249
maintainers:
5350
- saviorand

0 commit comments

Comments
 (0)