Ticket #58902: Portfile.2

File Portfile.2, 1.1 KB (added by juergennagel, 5 years ago)

Portfile for yamllint

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