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

Jelle van der Waa jelle at archlinux.org
Fri May 18 19:25:08 UTC 2018


    Date: Friday, May 18, 2018 @ 19:25:08
  Author: jelle
Revision: 324300

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
    (from rev 324299, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 19:24:53 UTC (rev 324299)
+++ PKGBUILD	2018-05-18 19:25:08 UTC (rev 324300)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Sander Boom <sanderboom at gmail.com>
-
-pkgname=ansible-lint
-pkgver=3.4.21
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint"
-license=('MIT')
-depends=('python2' 'ansible')
-makedepends=('python2-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
-sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    python2 setup.py install --root="$pkgdir" --optimize=1
-    install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 324299, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-18 19:25:08 UTC (rev 324300)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=3.4.21
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint"
+license=('MIT')
+depends=('python' 'ansible')
+makedepends=('python-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz")
+sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    python3 setup.py build
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    python3 setup.py install --root="$pkgdir" --optimize=1
+    install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list