# -*- 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-flake8 version 1.1.1 platforms {darwin any} license BSD maintainers nomaintainer supported_archs noarch description pytest plugin to run flake8 long_description {*}${description} homepage https://github.com/vikingco/flake8-pytest checksums rmd160 d952a5125c8a9a2bb143039d0ca1b8c72471eb16 \ sha256 ba4f243de3cb4c2486ed9e70752c80dd4b636f7ccb27d4eba763c35ed0cd316e \ size 9144 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-flake8 \ port:py${python.version}-pytest }