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

Jelle van der Waa jelle at archlinux.org
Sun Apr 23 14:24:42 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-04-23 14:24:28 UTC (rev 224579)
+++ PKGBUILD	2017-04-23 14:24:42 UTC (rev 224580)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-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)
+++ PKGBUILD	2017-04-23 14:24:42 UTC (rev 224580)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list