# -*- 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.35.1 v
github.tarball_from archive
revision            1

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  5b1bec2ac73695302aae0009cdf19429174757ae \
                    sha256  b4acd28852ba54b698cd469b4d38231490dfbb8f69e6156e83dff1323f5de549 \
                    size    130961

# 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
