# -*- 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 set _name pep8-naming set _n [string index ${_name} 0] name py-flake8-${_name} version 0.5.0 categories-append devel platforms darwin supported_archs noarch license MIT maintainers {petr @petrrr} openmaintainer description Check PEP-8 naming conventions, plugin for flake8 long_description ${description} homepage https://pypi.python.org/pypi/${_name}/${version} distname ${_name}-${version} master_sites pypi:${_n}/${_name}/ checksums md5 1fb2281a388b154bafd83791d2a0fb20 \ rmd160 15411e4d77f7431ebc914bd48d8e818c4ea1b447 \ sha256 5a2a085340b1d530605a7f4a96816433be43504c58eace799dbacdcfd6febe9d python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\"" }