# -*- 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.3.1 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {@catap korins.ky:kirill} openmaintainer description pytest plugin to run pycodestyle long_description {*}${description} homepage https://github.com/henry0312/pytest-pycodestyle checksums rmd160 b346a1320daa3eeed14295ead9a9cd86abbd7122 \ sha256 2901327b8e6beab90298a9803074483efe560e191bef81d9e18119b141222830 \ size 5188 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-codestyle }