From d67166266e8236d4fe468cf3e2dfec72efc61099 Mon Sep 17 00:00:00 2001 From: John Hamilton Date: Wed, 9 Dec 2020 12:07:09 -0800 Subject: [PATCH] bandit: orphan --- srcpkgs/bandit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template index 93e6b77aa6b..a0ffca8893c 100644 --- a/srcpkgs/bandit/template +++ b/srcpkgs/bandit/template @@ -3,12 +3,11 @@ pkgname=bandit version=1.6.2 revision=3 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 " +maintainer="Orphaned " license="Apache-2.0" homepage="https://bandit.readthedocs.io/en/latest/" distfiles="${PYPI_SITE}/b/bandit/bandit-${version}.tar.gz"