# -*- 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                bandit
version             1.7.0
platforms           darwin
license             Apache-2
categories-append   security
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Security oriented static analyser for python code.

long_description    {*}${description}. Bandit is a tool designed to find \
                    common security issues in Python code. To do this Bandit \
                    processes each file, builds an AST from it, and runs \
                    appropriate plugins against the AST nodes. Once Bandit \
                    has finished scanning all the files it generates a report.

homepage            https://bandit.readthedocs.io/en/latest

checksums           rmd160  31f3512a9b3e0d94c426086187884f82da44fe29 \
                    sha256  8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608 \
                    size    506225

python.default_version  38

depends_build-append    port:py${python.version}-pbr \
                        port:py${python.version}-setuptools

depends_run-append      port:py${python.version}-colorama \
                        port:py${python.version}-gitpython \
                        port:py${python.version}-six \
                        port:py${python.version}-stevedore \
                        port:py${python.version}-yaml \
