[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 21:11:45
  Author: jelle
Revision: 773219

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 773218, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 21:11:38 UTC (rev 773218)
+++ PKGBUILD2020-12-11 21:11:45 UTC (rev 773219)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://github.com/PyCQA/bandit'
-license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
-
-package() {
-cd bandit-$pkgver
-python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 773218, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 21:11:45 UTC (rev 773219)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://github.com/PyCQA/bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('56132b018698f3e495f8d6f94b81808a37bad24b64d7f92a73cce89f36ea7f2a2f7cecde719b3249aaa44669cf6e782aebea20c8f0308070271c711fcc313ba7')
+
+package() {
+cd bandit-$pkgver
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2020-06-17 Thread Jelle van der Waa via arch-commits
Date: Wednesday, June 17, 2020 @ 08:19:28
  Author: jelle
Revision: 646323

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 646322, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 08:19:19 UTC (rev 646322)
+++ PKGBUILD2020-06-17 08:19:28 UTC (rev 646323)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://github.com/PyCQA/bandit'
-license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('94d2de2009e4992ed8a9aee92fc0e3b7250534c2f65a6ca25492ae6ee01a9fb3e18ca7c09c12a6ec4373a899357676e0f1f3e7c43ce402860752c3e321d06854')
-
-package() {
-cd "bandit-$pkgver"
-python setup.py install --root=$pkgdir --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 646322, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 08:19:28 UTC (rev 646323)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://github.com/PyCQA/bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
+
+package() {
+cd "bandit-$pkgver"
+python setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2019-05-13 Thread Jelle van der Waa via arch-commits
Date: Monday, May 13, 2019 @ 12:41:46
  Author: jelle
Revision: 467129

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 467128, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 18 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 12:41:34 UTC (rev 467128)
+++ PKGBUILD2019-05-13 12:41:46 UTC (rev 467129)
@@ -1,19 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://github.com/PyCQA/bandit'
-license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-
-
-package() {
-cd "bandit-$pkgver"
-python setup.py install --root=$pkgdir --optimize=1
-}
-md5sums=('81ba3979ded1b421fa8d69e6faa06dcb')

Copied: bandit/repos/community-any/PKGBUILD (from rev 467128, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 12:41:46 UTC (rev 467129)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://github.com/PyCQA/bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('94d2de2009e4992ed8a9aee92fc0e3b7250534c2f65a6ca25492ae6ee01a9fb3e18ca7c09c12a6ec4373a899357676e0f1f3e7c43ce402860752c3e321d06854')
+
+package() {
+cd "bandit-$pkgver"
+python setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2018-09-08 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 8, 2018 @ 20:17:44
  Author: jelle
Revision: 378826

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 378825, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   37 +++--
 1 file changed, 19 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-08 20:17:24 UTC (rev 378825)
+++ PKGBUILD2018-09-08 20:17:44 UTC (rev 378826)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.4.0
-pkgrel=4
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
-makedepends=('python-setuptools' 'git')
-source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
-md5sums=('f74155cb9921be857693b32d2531e857')
-
-package() {
-cd "bandit-$pkgver"
-python setup.py install --root=$pkgdir --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 378825, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-08 20:17:44 UTC (rev 378826)
@@ -0,0 +1,19 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://github.com/PyCQA/bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+
+
+package() {
+cd "bandit-$pkgver"
+python setup.py install --root=$pkgdir --optimize=1
+}
+md5sums=('81ba3979ded1b421fa8d69e6faa06dcb')


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2017-06-19 Thread Jelle van der Waa
Date: Monday, June 19, 2017 @ 18:32:47
  Author: jelle
Revision: 238730

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 238729, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-19 18:32:39 UTC (rev 238729)
+++ PKGBUILD2017-06-19 18:32:47 UTC (rev 238730)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six' 
'python2-pbr')
-makedepends=('python2-setuptools' 'git')
-source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
-md5sums=('f74155cb9921be857693b32d2531e857')
-
-package() {
-cd "bandit-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 238729, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-19 18:32:47 UTC (rev 238730)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
+md5sums=('f74155cb9921be857693b32d2531e857')
+
+package() {
+cd "bandit-$pkgver"
+python setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2017-06-19 Thread Jelle van der Waa
Date: Monday, June 19, 2017 @ 18:21:46
  Author: jelle
Revision: 238716

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 238715, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-19 18:21:38 UTC (rev 238715)
+++ PKGBUILD2017-06-19 18:21:46 UTC (rev 238716)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
-makedepends=('python2-setuptools' 'git')
-source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
-md5sums=('f74155cb9921be857693b32d2531e857')
-
-package() {
-cd "bandit-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 238715, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-19 18:21:46 UTC (rev 238716)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six' 
'python2-pbr')
+makedepends=('python2-setuptools' 'git')
+source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
+md5sums=('f74155cb9921be857693b32d2531e857')
+
+package() {
+cd "bandit-$pkgver"
+python2 setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2017-04-23 Thread Jelle van der Waa
Date: Sunday, April 23, 2017 @ 14:24:42
  Author: jelle
Revision: 224580

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 224579, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 14:24:28 UTC (rev 224579)
+++ PKGBUILD2017-04-23 14:24:42 UTC (rev 224580)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
-makedepends=('python2-setuptools' 'git')
-source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
-md5sums=('0130896e994d45af279728e4c3c3df50')
-
-package() {
-cd "bandit-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 224579, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-23 14:24:42 UTC (rev 224580)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+makedepends=('python2-setuptools' 'git')
+source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
+md5sums=('f74155cb9921be857693b32d2531e857')
+
+package() {
+cd "bandit-$pkgver"
+python2 setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2016-05-22 Thread Jelle van der Waa
Date: Sunday, May 22, 2016 @ 18:07:14
  Author: jelle
Revision: 176094

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 176093, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 ++--
 1 file changed, 18 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-22 16:07:06 UTC (rev 176093)
+++ PKGBUILD2016-05-22 16:07:14 UTC (rev 176094)
@@ -1,22 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
-makedepends=('python2-setuptools' 'git')
-source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
-md5sums=('5c5bf7b87b727757220a8b3cd046c4ee')
-
-package() {
-cd "bandit-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-
-# TODO: Fix configuration file, somehow it does play correctly with 
--root="$pkgdir"
-mv $pkgdir/usr/etc $pkgdir/
-rmdir $pkgdir/usr/bandit
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 176093, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-22 16:07:14 UTC (rev 176094)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+makedepends=('python2-setuptools' 'git')
+source=("https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
+md5sums=('0130896e994d45af279728e4c3c3df50')
+
+package() {
+cd "bandit-$pkgver"
+python2 setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in bandit/repos/community-any (PKGBUILD PKGBUILD)

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 21:58:49
  Author: jelle
Revision: 138159

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 138158, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 ++
 1 file changed, 22 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 19:58:38 UTC (rev 138158)
+++ PKGBUILD2015-08-09 19:58:49 UTC (rev 138159)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa je...@archlinux.org
-
-pkgname=bandit
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
-license=('Apache')
-depends=('python2-yaml' 'python2-stevedore')
-makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
-md5sums=('48a94a025d71154577564ff31826ca23')
-
-build() {
-cd bandit-$pkgver
-python2 setup.py build
-}
-
-package() {
-cd bandit-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-# TODO: /usr/lib/python2.7/site-packages/bandit/config/bandit.yaml
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 138158, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 19:58:49 UTC (rev 138159)
@@ -0,0 +1,22 @@
+# Maintainer: Jelle van der Waa je...@archlinux.org
+
+pkgname=bandit
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
+license=('Apache')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+makedepends=('python2-setuptools' 'git')
+source=(https://pypi.python.org/packages/source/b/bandit/bandit-${pkgver}.tar.gz;)
+md5sums=('5c5bf7b87b727757220a8b3cd046c4ee')
+
+package() {
+cd bandit-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+
+# TODO: Fix configuration file, somehow it does play correctly with 
--root=$pkgdir
+mv $pkgdir/usr/etc $pkgdir/
+rmdir $pkgdir/usr/bandit
+}