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

Jelle van der Waa jelle at archlinux.org
Wed Jun 17 08:19:30 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-06-17 08:19:19 UTC (rev 646322)
+++ PKGBUILD	2020-06-17 08:19:28 UTC (rev 646323)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-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)
+++ PKGBUILD	2020-06-17 08:19:28 UTC (rev 646323)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list