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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name ansible-lint |
---|
8 | version 3.4.13 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | license MIT |
---|
12 | maintainers artisancomputer.com:zdw |
---|
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 | |
---|
23 | depends_run port:ansible |
---|
24 | |
---|
25 | python.versions 27 |
---|
26 | |
---|
27 | python.default_version 27 |
---|
28 | python.link_binaries_suffix |
---|
29 | |
---|