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

Jelle van der Waa jelle at archlinux.org
Sat Sep 8 20:17:45 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-09-08 20:17:24 UTC (rev 378825)
+++ PKGBUILD	2018-09-08 20:17:44 UTC (rev 378826)
@@ -1,18 +0,0 @@
-# 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
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 378825, bandit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-08 20:17:44 UTC (rev 378826)
@@ -0,0 +1,19 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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')



More information about the arch-commits mailing list