# -*- 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.38.0 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 e4a271a1c6d6bfbf51941d158a8e15b826e8cc3b \ sha256 e4a9286d8c2ef5acbc116ab21149a3a19c7eeec232c4f7fee76a06ffc9e6809c \ size 139950 # Keep Python version compatible with ansible-lint python.default_version 314 depends_build port:py${python.version}-setuptools depends_run port:py${python.version}-pathspec \ port:py${python.version}-yaml