Skip to content

Commit 0dba6df

Browse files
Add lightbug_http v0.1.19 (#37)
* add recipe readme and image * update to hotfix version and fix recipe * add test files and bump version * update rev * add more maintainers * remove README * update build script * remove tests * pin max version * bump version * update commit sha * Update recipe.yaml * remove magic run * bump the version * fix max version * bump small time version * update to latest release * add small_time to external * bump to 0.1.19 --------- Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent 497ba00 commit 0dba6df

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

recipes/lightbug_http/image.jpeg

73.4 KB
Loading

recipes/lightbug_http/recipe.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2+
3+
context:
4+
version: "0.1.19"
5+
6+
package:
7+
name: "lightbug_http"
8+
version: ${{ version }}
9+
10+
source:
11+
- git: https://github.com/saviorand/lightbug_http.git
12+
rev: 4487b71ccbcfd30ace2db5d6ed975f94509e5a24
13+
14+
build:
15+
number: 0
16+
script:
17+
- mkdir -p ${PREFIX}/lib/mojo
18+
- mojo package lightbug_http -o ${{ PREFIX }}/lib/mojo/lightbug_http.mojopkg
19+
20+
requirements:
21+
host:
22+
- max =25.2
23+
run:
24+
- ${{ pin_compatible('max') }}
25+
26+
tests:
27+
- script:
28+
- if: unix
29+
then:
30+
- mojo test
31+
requirements:
32+
run:
33+
- max =25.2
34+
files:
35+
recipe:
36+
- tests/lightbug_http/io/test_bytes.mojo
37+
- tests/lightbug_http/test_client.mojo
38+
- tests/lightbug_http/test_cookie.mojo
39+
- tests/lightbug_http/test_header.mojo
40+
- tests/lightbug_http/test_http.mojo
41+
- tests/lightbug_http/test_net.mojo
42+
- tests/lightbug_http/test_uri.mojo
43+
44+
about:
45+
homepage: https://lightbug.site
46+
license: MIT
47+
license_file: LICENSE
48+
summary: Lightbug is a simple and sweet HTTP framework for Mojo
49+
repository: https://github.com/saviorand/lightbug_http
50+
51+
extra:
52+
maintainers:
53+
- saviorand
54+
- bgreni
55+
- thatstoasty
56+
project_name: lightbug_http

0 commit comments

Comments
 (0)