# -*- 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.3
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
python.pep517_backend flit

checksums           rmd160  68cb39311b117917636235cb40cd17de859c45c4 \
                    sha256  8f065721c53c1fe22d423d82db99eef6559b463a8701aa03b03668d43abfc851 \
                    size    8704

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