[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-12-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 15, 2020 @ 20:12:11
  Author: jelle
Revision: 776153

Make package reproducible by setting PYTHONHASHSEED

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 20:11:23 UTC (rev 776152)
+++ PKGBUILD2020-12-15 20:12:11 UTC (rev 776153)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -29,6 +29,6 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-12-14 Thread Frederik Schwan via arch-commits
Date: Monday, December 14, 2020 @ 14:02:32
  Author: freswa
Revision: 775011

add python-packaging as dependency

fix FS#68971

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 14:02:25 UTC (rev 775010)
+++ PKGBUILD2020-12-14 14:02:32 UTC (rev 775011)
@@ -4,12 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging')
 makedepends=('git')
 checkdepends=('python-pytest')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:13:50
  Author: felixonmars
Revision: 752370

upgpkg: ansible-lint 4.3.7-3: Python 3.9 rebuild

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:13:45 UTC (rev 752369)
+++ PKGBUILD2020-11-12 17:13:50 UTC (rev 752370)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 09:02:31
  Author: felixonmars
Revision: 749442

upgpkg: ansible-lint 4.3.7-2: Python 3.9 rebuild

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 09:02:00 UTC (rev 749441)
+++ PKGBUILD2020-11-10 09:02:31 UTC (rev 749442)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 09:02:00
  Author: foutrelis
Revision: 749441

Update upstream url; refresh checksums

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 09:01:08 UTC (rev 749440)
+++ PKGBUILD2020-11-10 09:02:00 UTC (rev 749441)
@@ -7,13 +7,13 @@
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
-url="https://github.com/willthames/ansible-lint";
+url="https://github.com/ansible/ansible-lint";
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
 checkdepends=('python-pytest')
-source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('445b4d85d18ebc9171a6b59e84c631bd346dc86da7d104437533061d80cb13eb')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a20e49e3b50130d1c3baa46db0e926ebfd6616cb99dd920952cb1481e7b267b3')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-11-03 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 3, 2020 @ 17:35:55
  Author: freswa
Revision: 741179

upgpkg: ansible-lint 4.3.7-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 17:33:21 UTC (rev 741178)
+++ PKGBUILD2020-11-03 17:35:55 UTC (rev 741179)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.6
+pkgver=4.3.7
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('git')
 checkdepends=('python-pytest')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ede70a1ddc95ecab5e486b79b0e90d6d1aa4b4da28a1887cb02ebb73a98edc23')
+sha256sums=('445b4d85d18ebc9171a6b59e84c631bd346dc86da7d104437533061d80cb13eb')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-11-02 Thread Frederik Schwan via arch-commits
Date: Monday, November 2, 2020 @ 13:10:06
  Author: freswa
Revision: 739643

upgpkg: ansible-lint 4.3.6-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 13:09:33 UTC (rev 739642)
+++ PKGBUILD2020-11-02 13:10:06 UTC (rev 739643)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.5
+pkgver=4.3.6
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('git')
 checkdepends=('python-pytest')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f24157d1cfacbe3f1c1f6ea63eb821700408633e938e66e2673a620086774290')
+sha256sums=('ede70a1ddc95ecab5e486b79b0e90d6d1aa4b4da28a1887cb02ebb73a98edc23')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-09-19 Thread Frederik Schwan via arch-commits
Date: Saturday, September 19, 2020 @ 10:38:37
  Author: freswa
Revision: 710870

upgpkg: ansible-lint 4.3.5-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-19 10:37:20 UTC (rev 710869)
+++ PKGBUILD2020-09-19 10:38:37 UTC (rev 710870)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.4
+pkgver=4.3.5
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('git')
 checkdepends=('python-pytest')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('decdb11f9c5d4c82ad212c50b1a7405f8322b3c8a2609b772c7dcaa6f2195c50')
+sha256sums=('f24157d1cfacbe3f1c1f6ea63eb821700408633e938e66e2673a620086774290')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-09-02 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:32:18
  Author: freswa
Revision: 697191

upgpkg: ansible-lint 4.3.4-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:17:22 UTC (rev 697190)
+++ PKGBUILD2020-09-02 22:32:18 UTC (rev 697191)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -11,8 +11,9 @@
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
+checkdepends=('python-pytest')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
+sha256sums=('decdb11f9c5d4c82ad212c50b1a7405f8322b3c8a2609b772c7dcaa6f2195c50')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:56
  Author: freswa
Revision: 690058

upgpkg: ansible-lint 4.3.3-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:42 UTC (rev 690057)
+++ PKGBUILD2020-08-27 21:36:56 UTC (rev 690058)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.3.3
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";
@@ -12,15 +12,22 @@
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
+sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" build
+  python setup.py build
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" install 
--root="${pkgdir}" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-08-22 Thread Frederik Schwan via arch-commits
Date: Saturday, August 22, 2020 @ 23:14:52
  Author: freswa
Revision: 686900

upgpkg: ansible-lint 4.3.1-2

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-22 23:13:36 UTC (rev 686899)
+++ PKGBUILD2020-08-22 23:14:52 UTC (rev 686900)
@@ -4,12 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=4.3.1
-pkgrel=1
+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' 'python-ruamel-yaml' 'python-pyaml')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-08-20 Thread Frederik Schwan via arch-commits
Date: Friday, August 21, 2020 @ 00:25:13
  Author: freswa
Revision: 685723

upgpkg: ansible-lint 4.3.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-20 23:09:11 UTC (rev 685722)
+++ PKGBUILD2020-08-21 00:25:13 UTC (rev 685723)
@@ -1,24 +1,26 @@
 # Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.0
+pkgver=4.3.1
 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' 'python-pyaml' 'git')
-source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
-sha256sums=('f22989334d5aa752a82dbd494f5c584e897fd2861bdfab182d1f3ee166e92224')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml')
+makedepends=('git')
+source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  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}"
+  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}
 }


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-08-18 Thread Jelle van der Waa via arch-commits
Date: Tuesday, August 18, 2020 @ 14:53:35
  Author: jelle
Revision: 683960

upgpkg: ansible-lint 4.3.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 14:41:20 UTC (rev 683959)
+++ PKGBUILD2020-08-18 14:53:35 UTC (rev 683960)
@@ -2,8 +2,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.2.0
-pkgrel=3
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'git')
 
source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
-sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
+sha256sums=('f22989334d5aa752a82dbd494f5c584e897fd2861bdfab182d1f3ee166e92224')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-05-09 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 9, 2020 @ 23:10:46
  Author: jelle
Revision: 626095

upgpkg: ansible-lint 4.2.0-3

Add missing dep

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 22:57:14 UTC (rev 626094)
+++ PKGBUILD2020-05-09 23:10:46 UTC (rev 626095)
@@ -3,12 +3,12 @@
 
 pkgname=ansible-lint
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 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')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'git')
 
source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
 sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
 


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-05-09 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 9, 2020 @ 22:05:23
  Author: jelle
Revision: 626091

upgpkg: ansible-lint 4.2.0-2

Add git dependency

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 22:04:30 UTC (rev 626090)
+++ PKGBUILD2020-05-09 22:05:23 UTC (rev 626091)
@@ -3,7 +3,7 @@
 
 pkgname=ansible-lint
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-05-09 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 9, 2020 @ 22:04:20
  Author: jelle
Revision: 626089

upgpkg: ansible-lint 4.2.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 20:01:27 UTC (rev 626088)
+++ PKGBUILD2020-05-09 22:04:20 UTC (rev 626089)
@@ -8,8 +8,7 @@
 arch=('any')
 url="https://github.com/willthames/ansible-lint";
 license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml')
-checkdepends=('python-nose')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'git')
 
source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
 sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
 


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2020-01-04 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 4, 2020 @ 11:47:55
  Author: jelle
Revision: 547874

upgpkg: ansible-lint 4.2.0-1

Update with workaround due to setup.py being removed.

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 11:31:57 UTC (rev 547873)
+++ PKGBUILD2020-01-04 11:47:55 UTC (rev 547874)
@@ -2,25 +2,24 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.1.0
-pkgrel=2
+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')
-makedepends=('python-distribute')
 checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0')
+source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz)
+sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37')
 
 build() {
-cd "${pkgname}-${pkgver}"
-python3 setup.py build
+  cd "${pkgname}-${pkgver}"
+  python -c "from setuptools import setup; setup();" build
 }
 
 package() {
-cd "${pkgname}-${pkgver}"
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  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}"
 }


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2019-02-12 Thread Jelle van der Waa via arch-commits
Date: Tuesday, February 12, 2019 @ 17:07:17
  Author: jelle
Revision: 431974

upgpkg: ansible-lint 4.1.0-1

Upstream update and new dependency python-ruamel-yaml

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 16:02:27 UTC (rev 431973)
+++ PKGBUILD2019-02-12 17:07:17 UTC (rev 431974)
@@ -2,17 +2,17 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.0.0
+pkgver=4.1.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')
+depends=('python' 'ansible' 'python-ruamel-yaml')
 makedepends=('python-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('20ceaa5bbaf62d718c46c468b5998a7d29dc0f1e0a5731a8b5580a80a93a1cfd')
+sha256sums=('83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0')
 
 build() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-12-25 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 25, 2018 @ 17:30:44
  Author: jelle
Revision: 418081

upgpkg: ansible-lint 4.0.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-25 16:22:03 UTC (rev 418080)
+++ PKGBUILD2018-12-25 17:30:44 UTC (rev 418081)
@@ -2,8 +2,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.23
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";
@@ -12,7 +12,7 @@
 makedepends=('python-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4')
+sha256sums=('20ceaa5bbaf62d718c46c468b5998a7d29dc0f1e0a5731a8b5580a80a93a1cfd')
 
 build() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:18:44
  Author: foutrelis
Revision: 362979

Python 3.7 rebuild

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:18:36 UTC (rev 362978)
+++ PKGBUILD2018-07-23 15:18:44 UTC (rev 362979)
@@ -3,7 +3,7 @@
 
 pkgname=ansible-lint
 pkgver=3.4.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-07-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, July 11, 2018 @ 19:46:02
  Author: jelle
Revision: 357417

upgpkg: ansible-lint 3.4.23-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-11 19:42:24 UTC (rev 357416)
+++ PKGBUILD2018-07-11 19:46:02 UTC (rev 357417)
@@ -2,8 +2,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.21
-pkgrel=2
+pkgver=3.4.23
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint";
@@ -12,7 +12,7 @@
 makedepends=('python-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
+sha256sums=('c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4')
 
 build() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-05-18 Thread Jelle van der Waa via arch-commits
Date: Friday, May 18, 2018 @ 19:24:53
  Author: jelle
Revision: 324299

upgpkg: ansible-lint 3.4.21-2

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 19:04:37 UTC (rev 324298)
+++ PKGBUILD2018-05-18 19:24:53 UTC (rev 324299)
@@ -3,19 +3,24 @@
 
 pkgname=ansible-lint
 pkgver=3.4.21
-pkgrel=1
+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=('python2' 'ansible')
-makedepends=('python2-distribute')
+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}"
-python2 setup.py install --root="$pkgdir" --optimize=1
+python3 setup.py install --root="$pkgdir" --optimize=1
 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-03-23 Thread Jelle van der Waa via arch-commits
Date: Friday, March 23, 2018 @ 15:14:33
  Author: jelle
Revision: 311400

upgpkg: ansible-lint 3.4.21-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 15:13:34 UTC (rev 311399)
+++ PKGBUILD2018-03-23 15:14:33 UTC (rev 311400)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.20
+pkgver=3.4.21
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2')
+sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2018-01-13 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 13, 2018 @ 22:19:59
  Author: jelle
Revision: 281844

upgpkg: ansible-lint 3.4.20-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:05:46 UTC (rev 281843)
+++ PKGBUILD2018-01-13 22:19:59 UTC (rev 281844)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.17
+pkgver=3.4.20
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
+sha256sums=('b7fb92f00b9723e3a9624d70b53b60db41426c0ef4fad05ab28c7e4f28a0b6e2')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2017-12-04 Thread Jelle van der Waa via arch-commits
Date: Monday, December 4, 2017 @ 18:23:49
  Author: jelle
Revision: 272150

upgpkg: ansible-lint 3.4.17-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 16:51:03 UTC (rev 272149)
+++ PKGBUILD2017-12-04 18:23:49 UTC (rev 272150)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.15
+pkgver=3.4.17
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185')
+sha256sums=('0e4345881b9145c39f8a34ecdd85a99f5f4d1d38770e3486d468d4bba6737a34')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2017-09-22 Thread Jelle van der Waa
Date: Friday, September 22, 2017 @ 21:11:27
  Author: jelle
Revision: 259810

upgpkg: ansible-lint 3.4.15-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 21:05:59 UTC (rev 259809)
+++ PKGBUILD2017-09-22 21:11:27 UTC (rev 259810)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.13
+pkgver=3.4.15
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('16bf69598843a77c3af97481ece55df8eeaea219c2f9d096772ea7a8bdb79ea4')
+sha256sums=('a7a4eac2a3b0f8f8c1954693b1d8307f3c86a1a8dd506ec185b6e452f5069185')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2017-05-04 Thread Jelle van der Waa
Date: Thursday, May 4, 2017 @ 19:27:28
  Author: jelle
Revision: 227040

upgpkg: ansible-lint 3.4.13-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 19:20:48 UTC (rev 227039)
+++ PKGBUILD2017-05-04 19:27:28 UTC (rev 227040)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.12
+pkgver=3.4.13
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('cf97675d2908f865e7657d7082ba84c8adf4f3775e3920a6d4b9f171a5fdda2a')
+sha256sums=('16bf69598843a77c3af97481ece55df8eeaea219c2f9d096772ea7a8bdb79ea4')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2017-04-20 Thread Jelle van der Waa
Date: Thursday, April 20, 2017 @ 17:28:04
  Author: jelle
Revision: 224003

upgpkg: ansible-lint 3.4.12-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 17:13:09 UTC (rev 224002)
+++ PKGBUILD2017-04-20 17:28:04 UTC (rev 224003)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.11
+pkgver=3.4.12
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d')
+sha256sums=('cf97675d2908f865e7657d7082ba84c8adf4f3775e3920a6d4b9f171a5fdda2a')
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in ansible-lint/trunk (PKGBUILD)

2017-02-14 Thread Jelle van der Waa
Date: Tuesday, February 14, 2017 @ 17:08:09
  Author: jelle
Revision: 212442

upgpkg: ansible-lint 3.4.11-1

Modified:
  ansible-lint/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 17:00:34 UTC (rev 212441)
+++ PKGBUILD2017-02-14 17:08:09 UTC (rev 212442)
@@ -2,7 +2,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=3.4.9
+pkgver=3.4.11
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -10,8 +10,9 @@
 license=('MIT')
 depends=('python2' 'ansible')
 makedepends=('python2-distribute')
+checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz";)
-sha256sums=('1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7')
+sha256sums=('8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d')
 
 package() {
 cd "${pkgname}-${pkgver}"