# -*- 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.17.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         {reneeotten @reneeotten} openmaintainer

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

homepage            https://editorconfig.org/

distname            editorconfig-${version}

checksums           rmd160  95e22cd6551c63af7c87416e3a366845e1b90d11 \
                    sha256  8739052279699840065d3a9f5c125d7d5a98daeefe53b0e5274261d77cb49aa2 \
                    size    13369

python.versions     39 310 311 312 313
