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 | |
---|
6 | name ansible-lint |
---|
7 | version 3.4.13 |
---|
8 | categories sysutils |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers artisancomputer.com:zdw \ |
---|
12 | openmaintainer |
---|
13 | description Best practices checker for Ansible playbooks |
---|
14 | long_description \ |
---|
15 | ansible-lint checks playbooks for practices and behaviour that could potentially be improved |
---|
16 | |
---|
17 | homepage https://github.com/willthames/ansible-lint |
---|
18 | master_sites https://pypi.python.org/packages/34/21/0accae0dbc42aef2ec433b0bdaa5d21774939667b45690f5d4a4619b4528/ |
---|
19 | distname ansible-lint-${version} |
---|
20 | |
---|
21 | checksums sha256 79df7b490747049c857d47b44a39465ca909860dab0909df0ce48cd4333cf7e4 \ |
---|
22 | rmd160 8f6023f3bb24b9eef70105cf57b5a03ed5b94656 |
---|
23 | |
---|
24 | depends_run port:ansible |
---|
25 | |
---|
26 | python.versions 27 |
---|
27 | |
---|
28 | python.default_version 27 |
---|
29 | python.link_binaries_suffix |
---|
30 | |
---|