# -*- 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-polyfill
version             1.0.2
categories-append   devel
platforms           darwin
supported_archs     noarch
license             MIT

maintainers         {khindenburg @kurthindenburg} openmaintainer

description         Polyfill package for Flake8 plugins
long_description    \
    flake8-polyfill is a package that provides some compatibility helpers for\
    Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously.

homepage            https://pypi.python.org/pypi/flake8-polyfill

master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  6436358ca93393d70ada67859184f6564e1ccef7 \
                    sha256  e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda \
                    size    7591

python.versions     27 35 36 37 38

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

    depends_lib-append      port:py${python.version}-flake8

    livecheck.type  none
}