Ticket #51663: Portfile.2

File Portfile.2, 995 bytes (added by zdw (Zack Williams), 7 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                ansible-lint
8version             3.4.13
9categories          python
10platforms           darwin
11license             MIT
12maintainers         artisancomputer.com:zdw
13description         Best practices checker for Ansible playbooks
14long_description \
15    ansible-lint checks playbooks for practices and behaviour that could potentially be improved
16
17homepage            https://github.com/willthames/ansible-lint
18master_sites        https://pypi.python.org/packages/34/21/0accae0dbc42aef2ec433b0bdaa5d21774939667b45690f5d4a4619b4528/
19distname            ansible-lint-${version}
20
21checksums           sha256 79df7b490747049c857d47b44a39465ca909860dab0909df0ce48cd4333cf7e4
22
23depends_run         port:ansible
24
25python.versions     27
26
27python.default_version 27
28python.link_binaries_suffix
29