# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup adrienverge yamllint 1.37.1 v github.tarball_from archive revision 0 categories devel python supported_archs noarch platforms {darwin any} license GPL-3 maintainers {judaew @judaew} openmaintainer description A linter for YAML files. long_description \ yamllint does not only check for syntax validity, but for weirdnesses \ like key repetition and cosmetic problems such as lines length, trailing \ spaces, indentation, etc. checksums rmd160 2ca60310785797d22216471c2574ea87f55b1f2f \ sha256 ed8dc3aa0cf1933f4ec963e419551a4c566a530ffe2af991e6affc7f81c15ca4 \ size 139044 # Keep Python version compatible with ansible-lint python.default_version 313 depends_build port:py${python.version}-setuptools depends_run port:py${python.version}-pathspec \ port:py${python.version}-yaml