# -*- 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                py-editorconfig
python.rootname     EditorConfig
version             0.12.2
revision            1

platforms           darwin
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         EditorConfig File Locator and Interpreter for Python
long_description    ${description}

homepage            https://editorconfig.org/

checksums           rmd160  0ec10caa53f774a304a382a438f2e15094a5797d \
                    sha256  1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c \
                    size    13485

python.versions     27 36 37 38

if {${name} ne ${subport}} {
    depends_lib-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}
