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

Jelle van der Waa jelle at archlinux.org
Sat May 9 22:04:30 UTC 2020


    Date: Saturday, May 9, 2020 @ 22:04:30
  Author: jelle
Revision: 626090

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 22:04:20 UTC (rev 626089)
+++ PKGBUILD	2020-05-09 22:04:30 UTC (rev 626090)
@@ -1,25 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Sander Boom <sanderboom at gmail.com>
-
-pkgname=ansible-lint
-pkgver=4.2.0
-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=('python' 'ansible' 'python-ruamel-yaml')
-checkdepends=('python-nose')
-source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
-sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python -c "from setuptools import setup; setup();" build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python -c "from setuptools import setup; setup();" install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 626089, ansible-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 22:04:30 UTC (rev 626090)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Sander Boom <sanderboom at gmail.com>
+
+pkgname=ansible-lint
+pkgver=4.2.0
+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=('python' 'ansible' 'python-ruamel-yaml' 'git')
+source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
+sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python -c "from setuptools import setup; setup();" build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python -c "from setuptools import setup; setup();" install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list