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

2022-07-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 3, 2022 @ 15:34:32
  Author: jelle
Revision: 1243810

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-03 15:34:21 UTC (rev 1243809)
+++ PKGBUILD2022-07-03 15:34:32 UTC (rev 1243810)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.7.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' 'python-gitpython')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fde27d409dcb867285f3c7a9ee88a079dae58211e17c2157601bbff9e9144e604def3c0179a7c9016266bdf70ed9da9ca519641f4aca4e76a30859c8e01177b9')
-
-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 1243809, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-03 15:34:32 UTC (rev 1243810)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.7.4
+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=('93e1a25fd41e9409971f4cbac2ff73971ba270936a6b2aeecb3e0a2aa2015bcefd5eaab3cc94b2d9d96e4604d1a39c5ca1150c9eadd073357a90c5265c592407')
+
+build() {
+cd bandit-$pkgver
+python setup.py build
+}
+
+package() {
+cd bandit-$pkgver
+python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2022-01-26 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 26, 2022 @ 08:31:10
  Author: jelle
Revision: 1115643

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-26 08:31:01 UTC (rev 1115642)
+++ PKGBUILD2022-01-26 08:31:10 UTC (rev 1115643)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-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
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 1115642, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-26 08:31:10 UTC (rev 1115643)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.7.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' 'python-gitpython')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('fde27d409dcb867285f3c7a9ee88a079dae58211e17c2157601bbff9e9144e604def3c0179a7c9016266bdf70ed9da9ca519641f4aca4e76a30859c8e01177b9')
+
+build() {
+cd bandit-$pkgver
+python setup.py build
+}
+
+package() {
+cd bandit-$pkgver
+python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2022-01-05 Thread Jelle van der Waa via arch-commits
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
===
--- PKGBUILD2022-01-05 19:23:10 UTC (rev 1093381)
+++ PKGBUILD2022-01-05 19:23:19 UTC (rev 1093382)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-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)
+++ PKGBUILD2022-01-05 19:23:19 UTC (rev 1093382)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+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
+}



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

2021-02-13 Thread Jelle van der Waa via arch-commits
Date: Saturday, February 13, 2021 @ 13:04:07
  Author: jelle
Revision: 859245

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-13 13:03:54 UTC (rev 859244)
+++ PKGBUILD2021-02-13 13:04:07 UTC (rev 859245)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.7.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=('c51af7ab4c667c376a11f142fa35881a776d420bd3ef41421bd29a713e0b56bbf1622e24cd878e24f57594f03d06b7c2b8258fcf34f57e3a68df4200a34becdc')
-
-build() {
-cd bandit-$pkgver
-python setup.py build
-}
-
-package() {
-cd bandit-$pkgver
-PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 859244, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-13 13:04:07 UTC (rev 859245)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.7.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' '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
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2021-01-01 Thread Jelle van der Waa via arch-commits
Date: Friday, January 1, 2021 @ 16:17:26
  Author: jelle
Revision: 802684

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-01 16:17:20 UTC (rev 802683)
+++ PKGBUILD2021-01-01 16:17:26 UTC (rev 802684)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.6.3
-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=('56132b018698f3e495f8d6f94b81808a37bad24b64d7f92a73cce89f36ea7f2a2f7cecde719b3249aaa44669cf6e782aebea20c8f0308070271c711fcc313ba7')
-
-package() {
-cd bandit-$pkgver
-PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 802683, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-01 16:17:26 UTC (rev 802684)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.7.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=('c51af7ab4c667c376a11f142fa35881a776d420bd3ef41421bd29a713e0b56bbf1622e24cd878e24f57594f03d06b7c2b8258fcf34f57e3a68df4200a34becdc')
+
+build() {
+cd bandit-$pkgver
+python setup.py build
+}
+
+package() {
+cd bandit-$pkgver
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --skip-build 
--optimize=1
+}