New package: bandit-1.5.1
closes #8047 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
4ab5b8982a
commit
026c448693
1 changed files with 16 additions and 0 deletions
16
srcpkgs/bandit/template
Normal file
16
srcpkgs/bandit/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
Loading…
Reference in a new issue