# -*- 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           github 1.0

github.setup        john-hen Flake8-pyproject 1.2.4
revision            0
github.tarball_from archive
name                py-flake8-pyproject

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

description         Flake8 plug-in loading the configuration from \
                    pyproject.toml
long_description    {*}${description}

python.versions     311 312 313 314
python.pep517_backend flit

checksums           rmd160  c32a1f9c74dce3cf2adfa61baaf2be3c19e86334 \
                    sha256  9075bdd9712b03a9dad78652425081bbee63c9ad759bf9efb3a0eb1cd1b180c3 \
                    size    8975

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