File tree 4 files changed +52
-1
lines changed
4 files changed +52
-1
lines changed Original file line number Diff line number Diff line change
1
+ module (
2
+ name = "rules_poetry" ,
3
+ version = "0.3.2" ,
4
+ compatibility_level = 1 ,
5
+ )
6
+
7
+ bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
8
+ bazel_dep (name = "platforms" , version = "0.0.8" )
9
+
10
+ internal_deps = use_extension ("@rules_poetry//python:extensions.bzl" , "internal_deps" )
11
+ use_repo (internal_deps , "rules_poetry_deps" , "rules_poetry_pip" )
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - centos7
4
+ - debian10
5
+ - ubuntu2004
6
+ - macos
7
+ bazel :
8
+ - 7.x
9
+ tasks :
10
+ verify_targets :
11
+ name : Verify build targets
12
+ platform : ${{ platform }}
13
+ bazel : ${{ bazel }}
14
+ build_targets :
15
+ - ' @rules_poetry//python/...'
16
+ - ' @rules_poetry//lib/...'
17
+ bcr_test_module :
18
+ module_path : " examples/transitions"
19
+ matrix :
20
+ platform :
21
+ - debian11
22
+ - macos
23
+ - ubuntu2004
24
+ bazel :
25
+ - 7.x
26
+ tasks :
27
+ run_test_module :
28
+ name : Run test module
29
+ platform : ${{ platform }}
30
+ bazel : ${{ bazel }}
31
+ test_targets :
32
+ - //...
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://github.com/oxidase/rules_poetry/releases/download/v0.3.2/rules_poetry-0.3.2.tar.gz" ,
3
+ "integrity" : " sha256-oxYNwKtT9LqDac8uxb3lcY2E6M4GTeaKu1A2MQaRQiE=" ,
4
+ "strip_prefix" : " rules_poetry-0.3.2" ,
5
+ "patch_strip" : 0 ,
6
+ "patches" : {}
7
+ }
Original file line number Diff line number Diff line change 14
14
" 0.1.0" ,
15
15
" 0.2.0" ,
16
16
" 0.3.0" ,
17
- " 0.3.1"
17
+ " 0.3.1" ,
18
+ " 0.3.2"
18
19
],
19
20
"yanked_versions" : {}
20
21
}
You can’t perform that action at this time.
0 commit comments