1 # Maintainer: Jelle van der Waa <jelle@archlinux.org>
6 pkgdesc='Python security linter from OpenStack Security'
8 url='https://github.com/PyCQA/bandit'
10 depends=('python-yaml' 'python-stevedore' 'python-six' 'python-pbr' 'python-gitpython' 'python-rich')
11 makedepends=('python-setuptools' 'git')
12 source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
13 sha512sums=('81b93654ba62e6d22e8c2d534b9f575979bad4f66acd90c221d214316cd1863e7c7e179b8e2a2a8fa80034db71ebda8636adb25b36e1827194bb4639e67ada09')
22 python setup.py install --root="$pkgdir" --skip-build --optimize=1