[arch-commits] Commit in bandit/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 04:10:37 UTC 2019


    Date: Monday, November 4, 2019 @ 04:10:36
  Author: felixonmars
Revision: 523106

archrelease: copy trunk to community-staging-any

Added:
  bandit/repos/community-staging-any/
  bandit/repos/community-staging-any/PKGBUILD
    (from rev 523105, bandit/trunk/PKGBUILD)

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

Copied: bandit/repos/community-staging-any/PKGBUILD (from rev 523105, bandit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 04:10:36 UTC (rev 523106)
@@ -0,0 +1,18 @@
+# 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
+}



More information about the arch-commits mailing list