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

Jelle van der Waa jelle at gemini.archlinux.org
Wed Jan 5 19:23:19 UTC 2022


    Date: Wednesday, January 5, 2022 @ 19:23:19
  Author: jelle
Revision: 1093382

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
    (from rev 1093381, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-05 19:23:10 UTC (rev 1093381)
+++ PKGBUILD	2022-01-05 19:23:19 UTC (rev 1093382)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=bandit
-pkgver=1.7.0
-pkgrel=3
-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' 'python-gitpython')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c51af7ab4c667c376a11f142fa35881a776d420bd3ef41421bd29a713e0b56bbf1622e24cd878e24f57594f03d06b7c2b8258fcf34f57e3a68df4200a34becdc')
-
-build() {
-    cd bandit-$pkgver
-    python setup.py build
-}
-
-package() {
-    cd bandit-$pkgver
-    python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 1093381, bandit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-05 19:23:19 UTC (rev 1093382)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=bandit
+pkgver=1.7.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' 'python-gitpython')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('6543bb0f69339a8d970cf0dd1bcec1392057c5c7fbf229fa4f4e6c9d21a39206f1f3fa17509ca2038cd1671d4b57316f92ee053c1beab102e8d20096d10b685d')
+
+build() {
+    cd bandit-$pkgver
+    python setup.py build
+}
+
+package() {
+    cd bandit-$pkgver
+    python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



More information about the arch-commits mailing list