Date: Tuesday, March 21, 2023 @ 19:48:17
Author: jelle
Revision: 1425024
archrelease: copy trunk to community-any
Added:
bandit/repos/community-any/PKGBUILD
(from rev 1425023, bandit/trunk/PKGBUILD)
Deleted:
bandit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 19:48:07 UTC (rev 1425023)
+++ PKGBUILD 2023-03-21 19:48:17 UTC (rev 1425024)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-
-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
-}
Copied: bandit/repos/community-any/PKGBUILD (from rev 1425023,
bandit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 19:48:17 UTC (rev 1425024)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=bandit
+pkgver=1.7.5
+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=('81b93654ba62e6d22e8c2d534b9f575979bad4f66acd90c221d214316cd1863e7c7e179b8e2a2a8fa80034db71ebda8636adb25b36e1827194bb4639e67ada09')
+
+build() {
+ cd bandit-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd bandit-$pkgver
+ python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}