# -*- 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
python.rootname         vim-vint
version                 0.3.21
revision                1

categories              devel python
platforms               {darwin any}
supported_archs         noarch
license                 MIT
maintainers             nomaintainer

homepage                https://github.com/Vimjas/vint

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.

checksums               rmd160  a258fbc6cb38f9cc1a8ce6a5b02e9a4dcb4dd732 \
                        sha256  5dc59b2e5c2a746c88f5f51f3fafea3d639c6b0fdbb116bb74af27bf1c820d97 \
                        size    65889

python.default_version  314

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