Ticket #51663: Portfile

File Portfile, 920 bytes (added by zdw (Zack Williams), 8 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                py-ansible-lint
8version             2.7.1
9categories          python
10platforms           darwin
11license             Apache
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/source/a/ansible-lint/
19distname            ansible-lint-${version}
20
21checksums           sha256 ddb09d006cbb148a9ad6be0226d8d5a16dc37c1475f7d0fe4c4c1b3e9cf80af2
22python.versions     27
23
24python.default_version 27
25python.link_binaries_suffix
26