# -*- 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               python 1.0

name                    vint
version                 0.3.21
license                 MIT
categories              devel python
platforms               {darwin any}
supported_archs         noarch
homepage                https://github.com/Vimjas/vint
maintainers             nomaintainer

description             Lint tool for Vim script language
long_description        Vint is a Vim script language linter that aims to \
                        be highly extensible, customizable, and performant.

python.rootname         vim-vint
python.default_version  39

checksums               rmd160  a258fbc6cb38f9cc1a8ce6a5b02e9a4dcb4dd732 \
                        sha256  5dc59b2e5c2a746c88f5f51f3fafea3d639c6b0fdbb116bb74af27bf1c820d97 \
                        size    65889

depends_build-append    port:py${python.version}-setuptools

depends_lib-append      port:py${python.version}-yaml \
                        port:py${python.version}-ansicolor \
                        port:py${python.version}-chardet
