17 lines
583 B
Bash
17 lines
583 B
Bash
# Template file for 'bandit'
|
|
pkgname=bandit
|
|
version=1.5.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="bandit"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-GitPython python3-six python3-stevedore python3-yaml
|
|
python3-pbr"
|
|
short_desc="Tool designed to find common security issues in Python code"
|
|
maintainer="John Hamilton <hamilton@disroot.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://bandit.readthedocs.io/en/latest/"
|
|
distfiles="${PYPI_SITE}/b/bandit/bandit-${version}.tar.gz"
|
|
checksum=9413facfe9de1e1bd291d525c784e1beb1a55c9916b51dae12979af63a69ba4c
|