# -*- 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-flake8-mccabe
python.rootname     mccabe
version             0.7.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {petr @petrrr} openmaintainer

description         McCabe complexity checker for Python code, flake8 plugin
long_description    {*}${description}.

homepage            https://github.com/pycqa/mccabe

checksums           rmd160  a89880c012de7ffcbcdff6d19385fece896189f4 \
                    sha256  348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \
                    size    9658

python.versions     39 310 311 312 313 314
