[arch-commits] Commit in bandit/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 8 14:12:02 UTC 2018


    Date: Sunday, July 8, 2018 @ 14:12:02
  Author: foutrelis
Revision: 354940

archrelease: copy trunk to community-staging-any

Added:
  bandit/repos/community-staging-any/
  bandit/repos/community-staging-any/PKGBUILD
    (from rev 354939, bandit/trunk/PKGBUILD)

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

Copied: bandit/repos/community-staging-any/PKGBUILD (from rev 354939, bandit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-08 14:12:02 UTC (rev 354940)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list