# -*- 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 PortGroup select 1.0 name py-pyflakes version 1.6.0 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 26 27 33 34 35 36 maintainers {stromnov @stromnov} openmaintainer description Passive checker of Python programs. long_description Pyflakes is program to analyze Python programs and \ detect various errors. It works by parsing the source \ file, not importing it, so it is safe to use on modules \ with side effects. It's also much faster. homepage https://github.com/pycqa/pyflakes master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname pyflakes-${version} checksums rmd160 c0ec8b750e590295e875ac820fdbeb660c9c8af6 \ sha256 8d616a382f243dbf19b54743f280b80198be0bca3a5396f1d2e1fca6223e8805 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools depends_run port:pyflakes_select select.group pyflakes select.file ${filespath}/py${python.version}-pyflakes notes " To make the Python ${python.branch} version of py-pyflakes the one that is run\ when you execute the commands without a version suffix, e.g. 'pyflakes', run: port select --set ${select.group} [file tail ${select.file}] " livecheck.type none }