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

Jelle van der Waa jelle at archlinux.org
Mon May 13 12:41:46 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-05-13 12:41:34 UTC (rev 467128)
+++ PKGBUILD	2019-05-13 12:41:46 UTC (rev 467129)
@@ -1,19 +0,0 @@
-# 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')

Copied: bandit/repos/community-any/PKGBUILD (from rev 467128, bandit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-13 12:41:46 UTC (rev 467129)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list