File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
33PortSystem 1.0
44PortGroup python 1.0
5- PortGroup github 1.0
65
7- github.setup ansible-community ansible-lint 25.9.2 v
8- github.tarball_from archive
6+ name ansible-lint
7+ version 25.11.1
98revision 0
109
1110categories sysutils
@@ -20,9 +19,13 @@ description Best practices checker for Ansible playbooks
2019long_description \
2120 ansible-lint checks playbooks for practices and behaviour that could potentially be improved
2221
23- checksums rmd160 9e0d3fb89d738ee96d04719df2002e5468a6e763 \
24- sha256 54556ac26a3cf7c5df3202da32ff94d36c7f71b51871539ec4492f11c59bdc9d \
25- size 650880
22+ homepage https://github.com/ansible/ansible-lint
23+
24+ python.rootname ansible_lint
25+
26+ checksums rmd160 98adbde0d4d2f759d3e079577f2b8d53a85a65fe \
27+ sha256 f9d7ce3877eeda5c39ee70acf9b88677732fea4cfc28a005c014dfaaa8678c85 \
28+ size 716918
2629
2730# Keep Python version compatible with yamllint
2831python.default_version 313
@@ -55,8 +58,6 @@ depends_lib-append port:py${python.version}-enrich \
5558patchfiles patch-disable_use_scm_version.diff \
5659 patch-disable_path_warning.diff
5760
58- github.livecheck.regex {([0-9.]+)}
59-
6061notes "
6162Before using ansible-lint need to select the Python version of Ansible:
6263
You can’t perform that action at this time.
0 commit comments