# -*- 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-pytest-pycodestyle
version             2.4.1
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         pytest plugin to run pycodestyle
long_description    {*}${description}

homepage            https://github.com/henry0312/pytest-pycodestyle

distname            pytest_pycodestyle-${version}

checksums           rmd160  7856b5fa75e58f8e8c77c78b403e28d354872603 \
                    sha256  27cfebd52774ad55cceadce959913892b3b0989fc02400ef76a004a8b32ab5c9 \
                    size    5284

python.versions     39 310 311 312 313

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