1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | |
---|
8 | github.setup willthames ansible-lint v3.4.13 |
---|
9 | name ansible-lint |
---|
10 | categories-append sysutils |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | license MIT |
---|
14 | maintainers artisancomputer.com:zdw \ |
---|
15 | openmaintainer |
---|
16 | description Best practices checker for Ansible playbooks |
---|
17 | long_description \ |
---|
18 | ansible-lint checks playbooks for practices and behaviour that could potentially be improved |
---|
19 | |
---|
20 | checksums sha256 b6b0e9f87ffe8912a63b1a4189738ba24adb6ec4226a64852523a3bd4db690aa \ |
---|
21 | rmd160 32a39b6f2809903e8d25fcbfb403230278387504 |
---|
22 | |
---|
23 | depends_run-append port:ansible |
---|
24 | |
---|
25 | python.versions 27 |
---|
26 | |
---|
27 | python.default_version 27 |
---|
28 | python.link_binaries_suffix |
---|
29 | |
---|
30 | livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix} |
---|