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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:53:48
  Author: freswa
Revision: 1294408

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1294407, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1294407, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   71 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 09:53:44 UTC (rev 1294407)
+++ PKGBUILD2022-09-06 09:53:48 UTC (rev 1294408)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.2
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1294407, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 09:53:48 UTC (rev 1294408)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.2
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=(python ansible-core yamllint 
+  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('0af95ceaf303a634db584e4202b4eec85fa8056915b92ea833918d6f835ea9c61843c7ce888754869e9b521ec18577edfd75b5a8e74427a4b7e32be14ac0a788'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-09-06 09:53:44 UTC (rev 1294407)
+++ disable_use_scm_version.patch   2022-09-06 09:53:48 UTC (rev 1294408)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- 

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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:16:01
  Author: freswa
Revision: 1290370

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1290369, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1290369, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   70 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 16:15:58 UTC (rev 1290369)
+++ PKGBUILD2022-09-01 16:16:01 UTC (rev 1290370)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.1
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1290369, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 16:16:01 UTC (rev 1290370)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.2
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-09-01 16:15:58 UTC (rev 1290369)
+++ disable_use_scm_version.patch   2022-09-01 16:16:01 UTC (rev 1290370)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- 

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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 12:32:18
  Author: freswa
Revision: 1278482

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1278481, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1278481, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   70 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-25 12:32:14 UTC (rev 1278481)
+++ PKGBUILD2022-08-25 12:32:18 UTC (rev 1278482)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1278481, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-25 12:32:18 UTC (rev 1278482)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.1
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-25 12:32:14 UTC (rev 1278481)
+++ disable_use_scm_version.patch   2022-08-25 12:32:18 UTC (rev 1278482)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- 

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 13:37:17
  Author: freswa
Revision: 1274694

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1274693, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1274693, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   71 +++-
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 13:37:14 UTC (rev 1274693)
+++ PKGBUILD2022-08-22 13:37:17 UTC (rev 1274694)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1274693, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 13:37:17 UTC (rev 1274694)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.0
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-22 13:37:14 UTC (rev 1274693)
+++ disable_use_scm_version.patch   2022-08-22 13:37:17 UTC (rev 1274694)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ 

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 12:02:57
  Author: freswa
Revision: 1274676

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1274675, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1274675, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 12:02:54 UTC (rev 1274675)
+++ PKGBUILD2022-08-22 12:02:57 UTC (rev 1274676)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.4.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1274675, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 12:02:57 UTC (rev 1274676)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-22 12:02:54 UTC (rev 1274675)
+++ disable_use_scm_version.patch   2022-08-22 12:02:57 UTC (rev 1274676)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 

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

2022-07-28 Thread Frederik Schwan via arch-commits
Date: Thursday, July 28, 2022 @ 13:36:30
  Author: freswa
Revision: 1258993

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1258992, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1258992, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 13:36:27 UTC (rev 1258992)
+++ PKGBUILD2022-07-28 13:36:30 UTC (rev 1258993)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.3.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('3243e593a73762d4e47b670c1d9181f156d01cf58a6ebf0116ad38241bbd67a72e26dd9c0064af070e745c40eb49ca318ed4b1090c68821fbfbdaa842f1e8a53'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1258992, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-28 13:36:30 UTC (rev 1258993)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.4.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-07-28 13:36:27 UTC (rev 1258992)
+++ disable_use_scm_version.patch   2022-07-28 13:36:30 UTC (rev 1258993)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg

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

2022-06-09 Thread Frederik Schwan via arch-commits
Date: Thursday, June 9, 2022 @ 21:37:38
  Author: freswa
Revision: 1229914

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1229913, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1229913, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-09 21:37:35 UTC (rev 1229913)
+++ PKGBUILD2022-06-09 21:37:38 UTC (rev 1229914)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.2.2
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('571dce6dc348c1158fed396fc29054421d172964facd8cbb0f8c1560036de574aa304f59497c8c76415ac99424d0450c8b06509ced113c9a997808e960793621'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1229913, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-09 21:37:38 UTC (rev 1229914)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.3.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('3243e593a73762d4e47b670c1d9181f156d01cf58a6ebf0116ad38241bbd67a72e26dd9c0064af070e745c40eb49ca318ed4b1090c68821fbfbdaa842f1e8a53'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-06-09 21:37:35 UTC (rev 1229913)
+++ disable_use_scm_version.patch   2022-06-09 21:37:38 UTC (rev 1229914)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg

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

2022-05-30 Thread Frederik Schwan via arch-commits
Date: Monday, May 30, 2022 @ 11:29:51
  Author: freswa
Revision: 1216087

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1216085, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1216085, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-30 11:29:49 UTC (rev 1216086)
+++ PKGBUILD2022-05-30 11:29:51 UTC (rev 1216087)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('b2ee53e609c2420657055b0f563df7477b960118b8012762784dd850bd230a4604074b66890c0ca6f180aa7af607d08cf4293cda4b3bc79718caf7e623347932'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1216085, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-30 11:29:51 UTC (rev 1216087)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.2.2
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('571dce6dc348c1158fed396fc29054421d172964facd8cbb0f8c1560036de574aa304f59497c8c76415ac99424d0450c8b06509ced113c9a997808e960793621'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-30 11:29:49 UTC (rev 1216086)
+++ disable_use_scm_version.patch   2022-05-30 11:29:51 UTC (rev 1216087)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 

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

2022-05-19 Thread Frederik Schwan via arch-commits
Date: Thursday, May 19, 2022 @ 10:16:37
  Author: freswa
Revision: 1209225

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1209224, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1209224, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-19 10:16:34 UTC (rev 1209224)
+++ PKGBUILD2022-05-19 10:16:37 UTC (rev 1209225)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.2.0
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('9ae6f4a1c6066e7f70803feea574262f5cdff36a0e93b330b7d1066e54ad3f99c5e7827751510d3cb58a5c44e6183f725c09f4be8ff3725d3b03e5d41ca7'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1209224, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-19 10:16:37 UTC (rev 1209225)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.2.1
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('b2ee53e609c2420657055b0f563df7477b960118b8012762784dd850bd230a4604074b66890c0ca6f180aa7af607d08cf4293cda4b3bc79718caf7e623347932'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-19 10:16:34 UTC (rev 1209224)
+++ disable_use_scm_version.patch   2022-05-19 10:16:37 UTC (rev 1209225)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg

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

2022-05-19 Thread Frederik Schwan via arch-commits
Date: Thursday, May 19, 2022 @ 10:05:21
  Author: freswa
Revision: 1209219

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1209218, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1209218, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-19 10:05:19 UTC (rev 1209218)
+++ PKGBUILD2022-05-19 10:05:21 UTC (rev 1209219)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1209218, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-19 10:05:21 UTC (rev 1209219)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.2.0
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('9ae6f4a1c6066e7f70803feea574262f5cdff36a0e93b330b7d1066e54ad3f99c5e7827751510d3cb58a5c44e6183f725c09f4be8ff3725d3b03e5d41ca7'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-19 10:05:19 UTC (rev 1209218)
+++ disable_use_scm_version.patch   2022-05-19 10:05:21 UTC (rev 1209219)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg

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

2022-05-17 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 17, 2022 @ 23:48:49
  Author: freswa
Revision: 1207747

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1207746, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1207746, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-17 23:48:47 UTC (rev 1207746)
+++ PKGBUILD2022-05-17 23:48:49 UTC (rev 1207747)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.1.0
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1207746, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-17 23:48:49 UTC (rev 1207747)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('dd6499e8f51878ba85977b753e3db94675579aae42f7921776fbb4380e200a0b3e9adc4f358481e50d7b20b6f832428350a000ba98a8bfb19b21d52f5c3456b5'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-17 23:48:47 UTC (rev 1207746)
+++ disable_use_scm_version.patch   2022-05-17 23:48:49 UTC (rev 1207747)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 

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

2022-05-11 Thread Frederik Schwan via arch-commits
Date: Wednesday, May 11, 2022 @ 12:05:10
  Author: freswa
Revision: 1198311

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1198310, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1198310, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 12:05:08 UTC (rev 1198310)
+++ PKGBUILD2022-05-11 12:05:10 UTC (rev 1198311)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1198310, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 12:05:10 UTC (rev 1198311)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.1.0
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-11 12:05:08 UTC (rev 1198310)
+++ disable_use_scm_version.patch   2022-05-11 12:05:10 UTC (rev 1198311)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 

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

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:09:19
  Author: freswa
Revision: 1198249

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1198248, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1198248, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 23:09:17 UTC (rev 1198248)
+++ PKGBUILD2022-05-10 23:09:19 UTC (rev 1198249)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=5
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1198248, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 23:09:19 UTC (rev 1198249)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-10 23:09:17 UTC (rev 1198248)
+++ disable_use_scm_version.patch   2022-05-10 23:09:19 UTC (rev 1198249)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg

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

2022-04-25 Thread Frederik Schwan via arch-commits
Date: Monday, April 25, 2022 @ 21:55:48
  Author: freswa
Revision: 1190135

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1190134, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1190134, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-25 21:55:46 UTC (rev 1190134)
+++ PKGBUILD2022-04-25 21:55:48 UTC (rev 1190135)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=4
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1190134, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-25 21:55:48 UTC (rev 1190135)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.0.2
+pkgrel=5
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-04-25 21:55:46 UTC (rev 1190134)
+++ disable_use_scm_version.patch   2022-04-25 21:55:48 UTC (rev 1190135)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 

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

2022-03-30 Thread Frederik Schwan via arch-commits
Date: Wednesday, March 30, 2022 @ 21:25:28
  Author: freswa
Revision: 1177865

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1177864, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1177864, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-30 21:25:26 UTC (rev 1177864)
+++ PKGBUILD2022-03-30 21:25:28 UTC (rev 1177865)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=3
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1177864, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-30 21:25:28 UTC (rev 1177865)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.0.2
+pkgrel=4
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-03-30 21:25:26 UTC (rev 1177864)
+++ disable_use_scm_version.patch   2022-03-30 21:25:28 UTC (rev 1177865)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 

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

2022-03-26 Thread Frederik Schwan via arch-commits
Date: Saturday, March 26, 2022 @ 15:06:44
  Author: freswa
Revision: 1176835

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1176834, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1176834, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   73 +++-
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-26 15:06:41 UTC (rev 1176834)
+++ PKGBUILD2022-03-26 15:06:44 UTC (rev 1176835)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1176834, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-26 15:06:44 UTC (rev 1176835)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.0.2
+pkgrel=3
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-03-26 15:06:41 UTC (rev 1176834)
+++ disable_use_scm_version.patch   2022-03-26 15:06:44 UTC (rev 1176835)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = 

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

2022-03-24 Thread Frederik Schwan via arch-commits
Date: Thursday, March 24, 2022 @ 11:57:53
  Author: freswa
Revision: 1174693

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1174692, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1174692, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   74 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-24 11:57:49 UTC (rev 1174692)
+++ PKGBUILD2022-03-24 11:57:53 UTC (rev 1174693)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1174692, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-24 11:57:53 UTC (rev 1174693)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.0.2
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity' 
'python-ansible-compat')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('227f5f31334bf24f76f250b6a86eb6039269f7e704cdfbc4bed07b8eb5b9696c5feebc95cdd23d66bf6c34817b177a4b741a963c67a9310f8cd53e6bee72e4a3'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-03-24 11:57:49 UTC (rev 1174692)
+++ disable_use_scm_version.patch   2022-03-24 11:57:53 UTC (rev 1174693)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = 

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

2022-02-12 Thread Frederik Schwan via arch-commits
Date: Saturday, February 12, 2022 @ 14:47:13
  Author: freswa
Revision: 1132801

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1132800, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1132800, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   78 
 disable_use_scm_version.patch |   50 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-12 14:47:11 UTC (rev 1132800)
+++ PKGBUILD2022-02-12 14:47:13 UTC (rev 1132801)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.3.2
-pkgrel=1
-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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-makedepends=('python-build' 'python-install' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('e18531013d1d0bcf5e3778259530c42faa1b1bc58d6a570cd9640d3de905f616b50c0acd2acd3f4a7c299f8b14b539556f3904e087564ebcfa141a482f88d993'
-
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
-  chmod +x "${pkgdir}"/usr/bin/*
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1132800, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-12 14:47:13 UTC (rev 1132801)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.4.0
+pkgrel=1
+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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+makedepends=('python-build' 'python-install' 'python-wheel')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('9f41abdf1e9485afa4c8ed9498627b0dcbdcf57916f3b57c9886de8bd806e4e5b34e7e9c2e66b44ac8009a0afcea4d8566900ee8d391eaca61081fa23323c41c'
+
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
+  chmod +x "${pkgdir}"/usr/bin/*
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-02-12 14:47:11 UTC (rev 1132800)
+++ disable_use_scm_version.patch   2022-02-12 14:47:13 UTC (rev 1132801)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 0292abc..08c78d6 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0",  # 

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

2022-01-10 Thread Frederik Schwan via arch-commits
Date: Monday, January 10, 2022 @ 14:31:48
  Author: freswa
Revision: 1099303

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1099302, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1099302, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   78 
 disable_use_scm_version.patch |   50 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-10 14:31:45 UTC (rev 1099302)
+++ PKGBUILD2022-01-10 14:31:48 UTC (rev 1099303)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.3.1
-pkgrel=1
-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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-makedepends=('python-build' 'python-install' 'python-wheel')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('c297f1bdc4bfcf57cd16a77ee6576fb60b471ee72a280fad45573a7237b650df107321359230a0791e951c9027abcde17951166a7b81306fde34f650dd5f5dcb'
-
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
-  chmod +x "${pkgdir}"/usr/bin/*
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1099302, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-10 14:31:48 UTC (rev 1099303)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.3.2
+pkgrel=1
+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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+makedepends=('python-build' 'python-install' 'python-wheel')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('e18531013d1d0bcf5e3778259530c42faa1b1bc58d6a570cd9640d3de905f616b50c0acd2acd3f4a7c299f8b14b539556f3904e087564ebcfa141a482f88d993'
+
'41a9f052e1a8cca7f720da3dd4ba7ccbbd7d0046bdb7008c58172ba388f798a4bca5faea15df3e9dc0f022b8c91354ff64595850dfeea47a40cfe2182beec072')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m install --optimize=1 --destdir="${pkgdir}" dist/*.whl
+  chmod +x "${pkgdir}"/usr/bin/*
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-01-10 14:31:45 UTC (rev 1099302)
+++ disable_use_scm_version.patch   2022-01-10 14:31:48 UTC (rev 1099303)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 0292abc..08c78d6 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0",  # 

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

2021-10-19 Thread Frederik Schwan via arch-commits
Date: Tuesday, October 19, 2021 @ 14:03:44
  Author: freswa
Revision: 1030979

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1030978, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1030978, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-19 14:03:42 UTC (rev 1030978)
+++ PKGBUILD2021-10-19 14:03:44 UTC (rev 1030979)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.2.0
-pkgrel=1
-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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('b5a142d1ff52e0126fb5089e3d90f7b9e3559aebdb37a38be6950199c8f1f2f5b492ebe6df376ba9546f6f46b52d3735ec7e75dc65efa3cbbe641639adacb5b6'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python 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 1030978, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-19 14:03:44 UTC (rev 1030979)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.2.1
+pkgrel=1
+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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('5ea3e234ac1662419abdec461708b25b960b3656d6c2426f17972ff1dda7611a74d17adf9bf1ca2951c755a28ede46ec76a6183834f671627aa0680f9810d89c'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-10-19 14:03:42 UTC (rev 1030978)
+++ disable_use_scm_version.patch   2021-10-19 14:03:44 UTC (rev 1030979)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:

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

2021-09-01 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 1, 2021 @ 18:57:32
  Author: freswa
Revision: 1010363

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1010362, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1010362, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-01 18:57:28 UTC (rev 1010362)
+++ PKGBUILD2021-09-01 18:57:32 UTC (rev 1010363)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.1.2
-pkgrel=1
-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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 1010362, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-01 18:57:32 UTC (rev 1010363)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.1.3
+pkgrel=1
+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-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('7850f8463ff1c7b7ad86f58c3aab22110e0ddf6d0ada8122ebe48b6cfc38e3391d43710e858806f6dd13d4d400d6cb1977f805df2d62ec3c86287b5a51d64ba5'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-09-01 18:57:28 UTC (rev 1010362)
+++ disable_use_scm_version.patch   2021-09-01 18:57:32 UTC (rev 1010363)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are 

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

2021-06-04 Thread Frederik Schwan via arch-commits
Date: Friday, June 4, 2021 @ 11:39:12
  Author: freswa
Revision: 955916

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 955915, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 955915, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-04 11:39:09 UTC (rev 955915)
+++ PKGBUILD2021-06-04 11:39:12 UTC (rev 955916)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.11
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('a2b3df9a3dddc6b038afcbd26377dd3e27e91e9ed4b9492b0d681df6f5f857fa947d48fd6d657c3c95eb6ed89f03b19d162c7042c2c62f5c1837d569854874e0'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 955915, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-04 11:39:12 UTC (rev 955916)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.12
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('b3a79edd1a77be80cee690b02ef1679af3bf332bb8ba18f98b5a016f0ce4b35289c5b19a9a4fa247bd3210e170a661a6605b3efa011b0934df902c5e4650679a'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-06-04 11:39:09 UTC (rev 955915)
+++ disable_use_scm_version.patch   2021-06-04 11:39:12 UTC (rev 955916)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during 

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

2021-05-24 Thread Frederik Schwan via arch-commits
Date: Monday, May 24, 2021 @ 11:46:15
  Author: freswa
Revision: 944695

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 944694, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 944694, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   81 ++--
 disable_use_scm_version.patch |   62 +++---
 2 files changed, 69 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-24 11:46:14 UTC (rev 944694)
+++ PKGBUILD2021-05-24 11:46:15 UTC (rev 944695)
@@ -1,43 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.10
-pkgrel=2
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch
-
fix_32_excludes_paths_limit.patch::https://github.com/ansible-community/ansible-lint/commit/281402e4e28a67da9d4075d9faec03da2386c0ba.patch)
-b2sums=('59924ea6298839bba9e26fdc550e2ab103e2577535d1da5428b1595ab077daf893cb13cfd924fefc4069e5c85f596d7a9069d3e410a243448b3bceac2a4c23a7'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60'
-
'0293b57a5cf78d0adcef9d3bd44c4542a659104ad4d8d39000a61e7135cef2190e7f99fffdfa6fc2bdb85ef348db41ccb527b79814312b0682baf048f69a4adf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-
-  # fix infrastructure.git pls
-  patch -Np1 < "${srcdir}"/fix_32_excludes_paths_limit.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 944694, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-24 11:46:15 UTC (rev 944695)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.11
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('a2b3df9a3dddc6b038afcbd26377dd3e27e91e9ed4b9492b0d681df6f5f857fa947d48fd6d657c3c95eb6ed89f03b19d162c7042c2c62f5c1837d569854874e0'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-05-24 11:46:14 UTC (rev 944694)
+++ disable_use_scm_version.patch   2021-05-24 11:46:15 UTC (rev 944695)
@@ -1,31 +0,0 @@
-diff -aur 

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

2021-05-22 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 22, 2021 @ 18:44:27
  Author: jelle
Revision: 942169

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 942168, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 942168, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   81 +---
 disable_use_scm_version.patch |   62 +++---
 2 files changed, 74 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-22 18:44:21 UTC (rev 942168)
+++ PKGBUILD2021-05-22 18:44:27 UTC (rev 942169)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.10
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('f50ec3c33521501f321414bb161a265fee0549b96760a67f80c2db60c24da70d4d71453b65221b14c3c074a71c87d44db621fbf45ecc285cef0c54d0520a649b'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 942168, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-22 18:44:27 UTC (rev 942169)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.10
+pkgrel=2
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch
+
fix_32_excludes_paths_limit.patch::https://github.com/ansible-community/ansible-lint/commit/281402e4e28a67da9d4075d9faec03da2386c0ba.patch)
+b2sums=('59924ea6298839bba9e26fdc550e2ab103e2577535d1da5428b1595ab077daf893cb13cfd924fefc4069e5c85f596d7a9069d3e410a243448b3bceac2a4c23a7'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60'
+
'0293b57a5cf78d0adcef9d3bd44c4542a659104ad4d8d39000a61e7135cef2190e7f99fffdfa6fc2bdb85ef348db41ccb527b79814312b0682baf048f69a4adf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+
+  # fix infrastructure.git pls
+  patch -Np1 < "${srcdir}"/fix_32_excludes_paths_limit.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-05-22 18:44:21 UTC (rev 942168)
+++ disable_use_scm_version.patch   2021-05-22 18:44:27 UTC (rev 942169)
@@ -1,31 +0,0 @@
-diff -aur 

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

2021-05-21 Thread Frederik Schwan via arch-commits
Date: Friday, May 21, 2021 @ 16:27:38
  Author: freswa
Revision: 940766

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 940765, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 940765, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-21 16:27:35 UTC (rev 940765)
+++ PKGBUILD2021-05-21 16:27:38 UTC (rev 940766)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.9
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('341cde327f583dd87ca9ed0837623dd0626eecff6cdfeabcce77c7741701ab22ba3e0451ff4c1b127aa2c0be2a467e8b82a02232e545034813e410b06dde6149'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 940765, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-21 16:27:38 UTC (rev 940766)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.10
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('f50ec3c33521501f321414bb161a265fee0549b96760a67f80c2db60c24da70d4d71453b65221b14c3c074a71c87d44db621fbf45ecc285cef0c54d0520a649b'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-05-21 16:27:35 UTC (rev 940765)
+++ disable_use_scm_version.patch   2021-05-21 16:27:38 UTC (rev 940766)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during 

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

2021-05-20 Thread Frederik Schwan via arch-commits
Date: Thursday, May 20, 2021 @ 09:39:58
  Author: freswa
Revision: 938043

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 938042, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 938042, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-20 09:39:55 UTC (rev 938042)
+++ PKGBUILD2021-05-20 09:39:58 UTC (rev 938043)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.8
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('c1c0102a73acff2300966dd58a54adf6722e5ff89463a50674f505386a961a30857159a8d94e7c6cbfbe5677cbed53eea3c44b48d893a87e1bf54748b8ea969f'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 938042, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-20 09:39:58 UTC (rev 938043)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.9
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('341cde327f583dd87ca9ed0837623dd0626eecff6cdfeabcce77c7741701ab22ba3e0451ff4c1b127aa2c0be2a467e8b82a02232e545034813e410b06dde6149'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-05-20 09:39:55 UTC (rev 938042)
+++ disable_use_scm_version.patch   2021-05-20 09:39:58 UTC (rev 938043)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during 

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

2021-05-03 Thread Frederik Schwan via arch-commits
Date: Monday, May 3, 2021 @ 20:45:54
  Author: freswa
Revision: 927289

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 927288, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 927288, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-03 20:45:51 UTC (rev 927288)
+++ PKGBUILD2021-05-03 20:45:54 UTC (rev 927289)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.7
-pkgrel=3
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('d9b0941aee9e41ff66c247db13172dc83b0aafb3fc29d10f80415562b5054732fb1001c92c73dd77bd1f3c59f852916b54c9bdec765390be51a5c7ea42b62fcf'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 927288, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-03 20:45:54 UTC (rev 927289)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.8
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('c1c0102a73acff2300966dd58a54adf6722e5ff89463a50674f505386a961a30857159a8d94e7c6cbfbe5677cbed53eea3c44b48d893a87e1bf54748b8ea969f'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-05-03 20:45:51 UTC (rev 927288)
+++ disable_use_scm_version.patch   2021-05-03 20:45:54 UTC (rev 927289)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during 

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

2021-04-26 Thread Frederik Schwan via arch-commits
Date: Monday, April 26, 2021 @ 13:55:26
  Author: freswa
Revision: 924508

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 924507, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 924507, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-26 13:55:23 UTC (rev 924507)
+++ PKGBUILD2021-04-26 13:55:26 UTC (rev 924508)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.7
-pkgrel=2
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 924507, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-26 13:55:26 UTC (rev 924508)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.7
+pkgrel=3
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('d9b0941aee9e41ff66c247db13172dc83b0aafb3fc29d10f80415562b5054732fb1001c92c73dd77bd1f3c59f852916b54c9bdec765390be51a5c7ea42b62fcf'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-04-26 13:55:23 UTC (rev 924507)
+++ disable_use_scm_version.patch   2021-04-26 13:55:26 UTC (rev 924508)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during 

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

2021-04-08 Thread Frederik Schwan via arch-commits
Date: Thursday, April 8, 2021 @ 12:00:01
  Author: freswa
Revision: 913904

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 913903, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 913903, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-08 11:59:57 UTC (rev 913903)
+++ PKGBUILD2021-04-08 12:00:01 UTC (rev 913904)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.7
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 913903, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-08 12:00:01 UTC (rev 913904)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.7
+pkgrel=2
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-04-08 11:59:57 UTC (rev 913903)
+++ disable_use_scm_version.patch   2021-04-08 12:00:01 UTC (rev 913904)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:

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

2021-04-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, April 7, 2021 @ 22:12:31
  Author: freswa
Revision: 912883

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 912882, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 912882, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-07 22:12:29 UTC (rev 912882)
+++ PKGBUILD2021-04-07 22:12:31 UTC (rev 912883)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.6
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('ae749b2c99695e0f4544ba0751c4a730449950d492ea9726d8b2bd694c9f4831735dc3552e08ac0055327c2fb73ed11a4668d46aacb27fca9a339ea35f75e729'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 912882, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-07 22:12:31 UTC (rev 912883)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.7
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('558d7c1bfbc92fe24c78ad18e2f63485fa6ae7fe6bf58f25d0642251e16105e7847c274eaa9b1a092c1cf4aefb5accf409c1258c9c86c75c0dfe00810e6e1516'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-04-07 22:12:29 UTC (rev 912882)
+++ disable_use_scm_version.patch   2021-04-07 22:12:31 UTC (rev 912883)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  

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

2021-03-25 Thread Frederik Schwan via arch-commits
Date: Thursday, March 25, 2021 @ 14:02:38
  Author: freswa
Revision: 903048

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 903047, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 903047, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-25 14:02:36 UTC (rev 903047)
+++ PKGBUILD2021-03-25 14:02:38 UTC (rev 903048)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.5
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('95190a27ee48e6f0b0d63008439e80140c9a29be6d7cc244a5201ca03ac52e1c64a14abe235632fa936d835301a773158e17b607ecd3ffa9f0c40f33a2688e9a'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 903047, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-25 14:02:38 UTC (rev 903048)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.6
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('ae749b2c99695e0f4544ba0751c4a730449950d492ea9726d8b2bd694c9f4831735dc3552e08ac0055327c2fb73ed11a4668d46aacb27fca9a339ea35f75e729'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-25 14:02:36 UTC (rev 903047)
+++ disable_use_scm_version.patch   2021-03-25 14:02:38 UTC (rev 903048)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  

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

2021-03-23 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 23, 2021 @ 10:41:21
  Author: freswa
Revision: 900274

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 900273, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 900273, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-23 10:41:16 UTC (rev 900273)
+++ PKGBUILD2021-03-23 10:41:21 UTC (rev 900274)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.4
-pkgrel=1
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('95099b38636afda029c556bd662167efa6fac459aeeca49c1649d08ed137fb6d18f3423d1a90cebe9cced3b0ce5ffc146e9942eb925ff525276c8bc324efe128'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 900273, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-23 10:41:21 UTC (rev 900274)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.5
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('95190a27ee48e6f0b0d63008439e80140c9a29be6d7cc244a5201ca03ac52e1c64a14abe235632fa936d835301a773158e17b607ecd3ffa9f0c40f33a2688e9a'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-23 10:41:16 UTC (rev 900273)
+++ disable_use_scm_version.patch   2021-03-23 10:41:21 UTC (rev 900274)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  

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

2021-03-18 Thread Frederik Schwan via arch-commits
Date: Thursday, March 18, 2021 @ 20:14:51
  Author: freswa
Revision: 894516

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 894515, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 894515, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-18 20:14:48 UTC (rev 894515)
+++ PKGBUILD2021-03-18 20:14:51 UTC (rev 894516)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.3
-pkgrel=3
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 894515, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-18 20:14:51 UTC (rev 894516)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.4
+pkgrel=1
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('95099b38636afda029c556bd662167efa6fac459aeeca49c1649d08ed137fb6d18f3423d1a90cebe9cced3b0ce5ffc146e9942eb925ff525276c8bc324efe128'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-18 20:14:48 UTC (rev 894515)
+++ disable_use_scm_version.patch   2021-03-18 20:14:51 UTC (rev 894516)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  

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

2021-03-15 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 16, 2021 @ 01:41:54
  Author: freswa
Revision: 891697

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 891696, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 891696, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   75 
 disable_use_scm_version.patch |   62 -
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-16 01:41:49 UTC (rev 891696)
+++ PKGBUILD2021-03-16 01:41:54 UTC (rev 891697)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.3
-pkgrel=2
-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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 891696, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-16 01:41:54 UTC (rev 891697)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.3
+pkgrel=3
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-16 01:41:49 UTC (rev 891696)
+++ disable_use_scm_version.patch   2021-03-16 01:41:54 UTC (rev 891697)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0

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

2021-03-14 Thread Frederik Schwan via arch-commits
Date: Sunday, March 14, 2021 @ 17:53:52
  Author: freswa
Revision: 891270

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 891269, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 891269, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   74 
 disable_use_scm_version.patch |   62 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-14 17:52:26 UTC (rev 891269)
+++ PKGBUILD2021-03-14 17:53:52 UTC (rev 891270)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.3
-pkgrel=1
-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' 
'python-packaging'
-  'python-wcmatch' 'python-enrich')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 891269, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-14 17:53:52 UTC (rev 891270)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.3
+pkgrel=2
+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-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-14 17:52:26 UTC (rev 891269)
+++ disable_use_scm_version.patch   2021-03-14 17:53:52 UTC (rev 891270)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0
--
- # These are required in actual runtime:
- install_requires =

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

2021-03-11 Thread Frederik Schwan via arch-commits
Date: Thursday, March 11, 2021 @ 19:07:15
  Author: freswa
Revision: 887565

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 887564, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 887564, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   75 +++-
 disable_use_scm_version.patch |   62 -
 2 files changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-11 19:07:11 UTC (rev 887564)
+++ PKGBUILD2021-03-11 19:07:15 UTC (rev 887565)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.2
-pkgrel=1
-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' 
'python-packaging'
-  'python-wcmatch' 'python-enrich')
-makedepends=('git')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('01e26c3362192efa971025877b8413bff6ef0f27a106b09b8c34f1046d1dde7e1b0ba9d099695256b780f182e9346b4f15c7fbe6727e4b5cf3888e51f13a'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 887564, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-11 19:07:15 UTC (rev 887565)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.3
+pkgrel=1
+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' 
'python-packaging'
+  'python-wcmatch' 'python-enrich')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('7dd7de2bc08a38ca757f3a4d59a97d01bb205c77d91f2316a2b6392eec3b3c189716c4e5fefd74c866274db73014dc866f8dfdf6f49a9d47ef7b215f13d073ca'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-03-11 19:07:11 UTC (rev 887564)
+++ disable_use_scm_version.patch   2021-03-11 19:07:15 UTC (rev 887565)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0
--
- # These are required in actual runtime:
- 

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

2021-02-21 Thread Frederik Schwan via arch-commits
Date: Sunday, February 21, 2021 @ 19:52:23
  Author: freswa
Revision: 867922

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 867921, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 867921, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-21 19:52:18 UTC (rev 867921)
+++ PKGBUILD2021-02-21 19:52:23 UTC (rev 867922)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.1
-pkgrel=1
-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' 
'python-packaging'
-  'python-wcmatch' 'python-enrich')
-makedepends=('git')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('220dd72cdba3205138ddfca41ad078716a2dfa7f12edbe68bec9a0d1bb82eb4e55a8dfdc1fd6c7f017417f6ba886ab9886c60bf6482f5e765744995d44985a80'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 867921, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-21 19:52:23 UTC (rev 867922)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.2
+pkgrel=1
+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' 
'python-packaging'
+  'python-wcmatch' 'python-enrich')
+makedepends=('git')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('01e26c3362192efa971025877b8413bff6ef0f27a106b09b8c34f1046d1dde7e1b0ba9d099695256b780f182e9346b4f15c7fbe6727e4b5cf3888e51f13a'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-02-21 19:52:18 UTC (rev 867921)
+++ disable_use_scm_version.patch   2021-02-21 19:52:23 UTC (rev 867922)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0
--
- # These are required 

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

2021-02-18 Thread Frederik Schwan via arch-commits
Date: Thursday, February 18, 2021 @ 22:31:48
  Author: freswa
Revision: 865311

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 865310, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 865310, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-18 22:31:45 UTC (rev 865310)
+++ PKGBUILD2021-02-18 22:31:48 UTC (rev 865311)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.0.0
-pkgrel=1
-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' 
'python-packaging'
-  'python-wcmatch' 'python-enrich')
-makedepends=('git')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('b473196f5f6ebd32069c0ae11c1fecbb54c5b50811dfc1ca5e74ee9a9c084f66b2799e8a4436118eb0ab65847e77888faa58f87b6c2e399e25101dbc3b2cdd2c'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python 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 865310, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-18 22:31:48 UTC (rev 865311)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.0.1
+pkgrel=1
+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' 
'python-packaging'
+  'python-wcmatch' 'python-enrich')
+makedepends=('git')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('220dd72cdba3205138ddfca41ad078716a2dfa7f12edbe68bec9a0d1bb82eb4e55a8dfdc1fd6c7f017417f6ba886ab9886c60bf6482f5e765744995d44985a80'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-02-18 22:31:45 UTC (rev 865310)
+++ disable_use_scm_version.patch   2021-02-18 22:31:48 UTC (rev 865311)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- zip_safe = False
- 
--# These are required during `setup.py` run:
--setup_requires =
--  setuptools_scm>=1.15.0
--  setuptools_scm_git_archive>=1.0
--
- # These are required