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 | PortSystem 1.0 |
---|
3 | PortGroup github 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name yamllint |
---|
7 | version 1.17.0 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | maintainers nomaintainer |
---|
12 | description A linter for YAML files |
---|
13 | 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. |
---|
14 | homepage https://github.com/adrienverge/yamllint |
---|
15 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
---|
16 | |
---|
17 | checksums rmd160 481a2f140fa3986572881c8e721878514b45263b \ |
---|
18 | sha256 70a6f8316851254e197a6231c35577be29fa2fbe2c77390a54c9a50217cdaa13 \ |
---|
19 | size 116287 |
---|
20 | |
---|
21 | python.default_version 36 |
---|
22 | depends_lib port:py-yaml \ |
---|
23 | port:py${python.version}-pathspec |
---|