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

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
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

checksums           rmd160  6436358ca93393d70ada67859184f6564e1ccef7 \
                    sha256  e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda \
                    size    7591

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-flake8
}
