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

2022-08-24 Thread Ike Devolder via arch-commits
Date: Wednesday, August 24, 2022 @ 16:41:02
  Author: idevolder
Revision: 1276594

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1276593, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-24 16:40:57 UTC (rev 1276593)
+++ PKGBUILD2022-08-24 16:41:02 UTC (rev 1276594)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=21.4.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1276593, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-24 16:41:02 UTC (rev 1276594)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.5.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-08-02 Thread Ike Devolder via arch-commits
Date: Tuesday, August 2, 2022 @ 08:15:58
  Author: idevolder
Revision: 1259754

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1259753, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-02 08:15:53 UTC (rev 1259753)
+++ PKGBUILD2022-08-02 08:15:58 UTC (rev 1259754)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=21.3.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1259753, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-02 08:15:58 UTC (rev 1259754)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.4.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-07-12 Thread Ike Devolder via arch-commits
Date: Tuesday, July 12, 2022 @ 08:51:10
  Author: idevolder
Revision: 1250379

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1250378, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-12 08:51:06 UTC (rev 1250378)
+++ PKGBUILD2022-07-12 08:51:10 UTC (rev 1250379)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=21.2.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1250378, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-12 08:51:10 UTC (rev 1250379)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.3.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-06-22 Thread Ike Devolder via arch-commits
Date: Wednesday, June 22, 2022 @ 20:38:09
  Author: idevolder
Revision: 1239037

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1239036, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-22 20:38:05 UTC (rev 1239036)
+++ PKGBUILD2022-06-22 20:38:09 UTC (rev 1239037)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=21.1.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1239036, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-22 20:38:09 UTC (rev 1239037)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.2.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-06-02 Thread Ike Devolder via arch-commits
Date: Friday, June 3, 2022 @ 06:51:24
  Author: idevolder
Revision: 1219113

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1219112, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-03 06:51:19 UTC (rev 1219112)
+++ PKGBUILD2022-06-03 06:51:24 UTC (rev 1219113)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=21.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1219112, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-03 06:51:24 UTC (rev 1219113)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.1.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-04-28 Thread Ike Devolder via arch-commits
Date: Thursday, April 28, 2022 @ 15:03:17
  Author: idevolder
Revision: 1191652

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1191651, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 15:03:11 UTC (rev 1191651)
+++ PKGBUILD2022-04-28 15:03:17 UTC (rev 1191652)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=20.1.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1191651, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 15:03:17 UTC (rev 1191652)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=21.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-03-30 Thread Ike Devolder via arch-commits
Date: Thursday, March 31, 2022 @ 05:56:36
  Author: idevolder
Revision: 1177902

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1177901, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-31 05:56:31 UTC (rev 1177901)
+++ PKGBUILD2022-03-31 05:56:36 UTC (rev 1177902)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=20.0.1
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1177901, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-31 05:56:36 UTC (rev 1177902)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=20.1.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-03-11 Thread Ike Devolder via arch-commits
Date: Friday, March 11, 2022 @ 10:43:02
  Author: idevolder
Revision: 1148034

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1148033, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-11 10:42:57 UTC (rev 1148033)
+++ PKGBUILD2022-03-11 10:43:02 UTC (rev 1148034)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=20.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1148033, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-11 10:43:02 UTC (rev 1148034)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=20.0.1
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-02-16 Thread Ike Devolder via arch-commits
Date: Wednesday, February 16, 2022 @ 15:35:32
  Author: idevolder
Revision: 1133472

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1133471, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-16 15:35:28 UTC (rev 1133471)
+++ PKGBUILD2022-02-16 15:35:32 UTC (rev 1133472)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.5.1
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1133471, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-16 15:35:32 UTC (rev 1133472)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=20.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-01-22 Thread Ike Devolder via arch-commits
Date: Saturday, January 22, 2022 @ 12:05:40
  Author: idevolder
Revision: 1113426

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1113425, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-22 12:05:34 UTC (rev 1113425)
+++ PKGBUILD2022-01-22 12:05:40 UTC (rev 1113426)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.5.0
-pkgrel=2
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
-makedepends=('python-pip' 'python-setuptools' 'git')
-options=(!emptydirs)
-source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-cd "${_pkgname}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1113425, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-22 12:05:40 UTC (rev 1113426)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.5.1
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-11-26 Thread Ike Devolder via arch-commits
Date: Friday, November 26, 2021 @ 08:33:59
  Author: idevolder
Revision: 1054830

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1054829, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-26 08:33:54 UTC (rev 1054829)
+++ PKGBUILD2021-11-26 08:33:59 UTC (rev 1054830)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.4.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('2cd7bb0e19a46a4b2866a1a781ee4b5960c59f43996cd9437ad1697838a0eb548ec9af92398845cc53a69c7f0ea30a649782c395ebf3ef2f510cfef56ccc8122')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1054829, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-26 08:33:59 UTC (rev 1054830)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.5.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+cd "${_pkgname}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-10-14 Thread Ike Devolder via arch-commits
Date: Thursday, October 14, 2021 @ 16:02:41
  Author: idevolder
Revision: 1030112

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1030111, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-14 16:02:36 UTC (rev 1030111)
+++ PKGBUILD2021-10-14 16:02:41 UTC (rev 1030112)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.3.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('d353ee2fda90531334bdb1db49c636da4dc8cc0632fdb5a5173e71e7e7d7e0fdedec2720e43ba7faabcbcf140a15ca9f0aa92e479e44922432c4a7ec38ccfaab')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1030111, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-14 16:02:41 UTC (rev 1030112)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.4.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('2cd7bb0e19a46a4b2866a1a781ee4b5960c59f43996cd9437ad1697838a0eb548ec9af92398845cc53a69c7f0ea30a649782c395ebf3ef2f510cfef56ccc8122')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-08-22 Thread Ike Devolder via arch-commits
Date: Sunday, August 22, 2021 @ 08:18:09
  Author: idevolder
Revision: 1004180

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 1004179, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-22 08:17:59 UTC (rev 1004179)
+++ PKGBUILD2021-08-22 08:18:09 UTC (rev 1004180)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.2.2
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('34bc8d4c8a898a094fab6334d69c928f4e76fe68b1dd1c561af63e914a5476df974f9912050013b468bd1352277f28c18260a9cd457a1c3110c716b211a7e044')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 1004179, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-22 08:18:09 UTC (rev 1004180)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.3.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('d353ee2fda90531334bdb1db49c636da4dc8cc0632fdb5a5173e71e7e7d7e0fdedec2720e43ba7faabcbcf140a15ca9f0aa92e479e44922432c4a7ec38ccfaab')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-06-29 Thread Ike Devolder via arch-commits
Date: Tuesday, June 29, 2021 @ 07:29:05
  Author: idevolder
Revision: 967846

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 967845, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 07:29:00 UTC (rev 967845)
+++ PKGBUILD2021-06-29 07:29:05 UTC (rev 967846)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.2.1
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('ac0cb2f6f6db0282d0382a9ca4f75ff8b8be35149db6c1df69e031246eac99c290aff5a61901921a306302b3a95aadea9494ecf4d402fbf7b8b0ce15133edb0a')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 967845, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 07:29:05 UTC (rev 967846)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.2.2
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('34bc8d4c8a898a094fab6334d69c928f4e76fe68b1dd1c561af63e914a5476df974f9912050013b468bd1352277f28c18260a9cd457a1c3110c716b211a7e044')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-06-17 Thread Ike Devolder via arch-commits
Date: Friday, June 18, 2021 @ 05:24:03
  Author: idevolder
Revision: 965126

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 965125, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-18 05:23:58 UTC (rev 965125)
+++ PKGBUILD2021-06-18 05:24:03 UTC (rev 965126)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.2.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('6f5316ae5d33208188390be30ec98deacaf296eb9d6491328f9adabcd06417fe19777968f9d493de019ae9ec21a1ede5a79e3d6fa5756c808c22baac2233f1d2')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 965125, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-18 05:24:03 UTC (rev 965126)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.2.1
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('ac0cb2f6f6db0282d0382a9ca4f75ff8b8be35149db6c1df69e031246eac99c290aff5a61901921a306302b3a95aadea9494ecf4d402fbf7b8b0ce15133edb0a')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-06-01 Thread Ike Devolder via arch-commits
Date: Wednesday, June 2, 2021 @ 05:49:36
  Author: idevolder
Revision: 953152

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 953151, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-02 05:49:31 UTC (rev 953151)
+++ PKGBUILD2021-06-02 05:49:36 UTC (rev 953152)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.1.0
-pkgrel=2
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('146bb9746965a382346ba063e8b46040128d11e5381b391d57250d85db084c473439a3aab3fdf3d95872e2b6e38600c53142fcd9683d88dc0fff6feed2dbd076')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 953151, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-02 05:49:36 UTC (rev 953152)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.2.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('6f5316ae5d33208188390be30ec98deacaf296eb9d6491328f9adabcd06417fe19777968f9d493de019ae9ec21a1ede5a79e3d6fa5756c808c22baac2233f1d2')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-05-01 Thread Ike Devolder via arch-commits
Date: Saturday, May 1, 2021 @ 16:05:51
  Author: idevolder
Revision: 925941

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 925940, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 16:05:46 UTC (rev 925940)
+++ PKGBUILD2021-05-01 16:05:51 UTC (rev 925941)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('9654d36ee6aa68b3a7d66b538558a9882cee55a02a37450bd126130ab656238f97029a1a67221d0883c4b0c411f43a4f199acbdd97b8fea148ea7ac48c4b28a9')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 925940, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 16:05:51 UTC (rev 925941)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.1.0
+pkgrel=2
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('146bb9746965a382346ba063e8b46040128d11e5381b391d57250d85db084c473439a3aab3fdf3d95872e2b6e38600c53142fcd9683d88dc0fff6feed2dbd076')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-04-09 Thread Ike Devolder via arch-commits
Date: Friday, April 9, 2021 @ 16:59:46
  Author: idevolder
Revision: 915269

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 915268, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-09 16:59:41 UTC (rev 915268)
+++ PKGBUILD2021-04-09 16:59:46 UTC (rev 915269)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=18.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('fc62834432c181adbc7a5cf7f6e464058d47696d179bf20a30b804fd307975bc7c726e793ede19e87b1b710be7882c94d5ca9e373a22dbec05d4a767ab29647f')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 915268, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-09 16:59:46 UTC (rev 915269)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('9654d36ee6aa68b3a7d66b538558a9882cee55a02a37450bd126130ab656238f97029a1a67221d0883c4b0c411f43a4f199acbdd97b8fea148ea7ac48c4b28a9')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-03-23 Thread Ike Devolder via arch-commits
Date: Tuesday, March 23, 2021 @ 19:20:53
  Author: idevolder
Revision: 901331

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 901330, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-23 19:20:48 UTC (rev 901330)
+++ PKGBUILD2021-03-23 19:20:53 UTC (rev 901331)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=17.1.0
-pkgrel=2
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('1c43ba487c287c6cbb825754766381525834f740edc652bef075461d3b82cf5d89afa6d12e4bc5a8ae791007009662b6af2f292a4bc97c155e53f2cbe6e909e0')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 901330, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-23 19:20:53 UTC (rev 901331)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=18.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('fc62834432c181adbc7a5cf7f6e464058d47696d179bf20a30b804fd307975bc7c726e793ede19e87b1b710be7882c94d5ca9e373a22dbec05d4a767ab29647f')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-03-11 Thread Ike Devolder via arch-commits
Date: Thursday, March 11, 2021 @ 18:18:47
  Author: idevolder
Revision: 887559

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 887558, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-11 18:18:42 UTC (rev 887558)
+++ PKGBUILD2021-03-11 18:18:47 UTC (rev 887559)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=17.0.1
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('4b11c699b5a0c4501f1da90564de7b99cc3b90c14edadafa40250e78d9c022fb4c33f7e1c90fc60b0d8a0325c5dbe732e6536f8c0c0d7674a24a9289dae9e8f9')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 887558, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-11 18:18:47 UTC (rev 887559)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=17.1.0
+pkgrel=2
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('1c43ba487c287c6cbb825754766381525834f740edc652bef075461d3b82cf5d89afa6d12e4bc5a8ae791007009662b6af2f292a4bc97c155e53f2cbe6e909e0')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-01-28 Thread Ike Devolder via arch-commits
Date: Thursday, January 28, 2021 @ 15:41:20
  Author: idevolder
Revision: 833314

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 833313, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-28 15:41:15 UTC (rev 833313)
+++ PKGBUILD2021-01-28 15:41:20 UTC (rev 833314)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=17.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('9af942631c5024e07495047024a870db34dd5a829da5aaeaee58c18362b7fd9274085c5012b9094c764f8c80fdfb13228338e31b2f668cf11a00921c753f194b')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 833313, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-28 15:41:20 UTC (rev 833314)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=17.0.1
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('4b11c699b5a0c4501f1da90564de7b99cc3b90c14edadafa40250e78d9c022fb4c33f7e1c90fc60b0d8a0325c5dbe732e6536f8c0c0d7674a24a9289dae9e8f9')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2021-01-23 Thread Ike Devolder via arch-commits
Date: Saturday, January 23, 2021 @ 08:53:27
  Author: idevolder
Revision: 825911

archrelease: copy trunk to community-any

Added:
  awxkit/repos/community-any/PKGBUILD
(from rev 825910, awxkit/trunk/PKGBUILD)
Deleted:
  awxkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-23 08:53:23 UTC (rev 825910)
+++ PKGBUILD2021-01-23 08:53:27 UTC (rev 825911)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=16.0.0
-pkgrel=1
-pkgdesc="cli client and python library for ansible awx (tower)"
-arch=('any')
-url="https://github.com/ansible/awx";
-license=('Apache')
-depends=('python-six' 'python-yaml' 'python-requests')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('51387f61a734dd4245a701dd08883f1509e455e69aa1e7bd30dc4b8add9509aba6e2b6f95379185b4e60c5681e07949a8c0de5e14d79e1339b0763529f82')
-
-build() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${_pkgname}-${pkgver}/${pkgname}"
-python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: awxkit/repos/community-any/PKGBUILD (from rev 825910, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-23 08:53:27 UTC (rev 825911)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=17.0.0
+pkgrel=1
+pkgdesc="cli client and python library for ansible awx (tower)"
+arch=('any')
+url="https://github.com/ansible/awx";
+license=('Apache')
+depends=('python-six' 'python-yaml' 'python-requests')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('9af942631c5024e07495047024a870db34dd5a829da5aaeaee58c18362b7fd9274085c5012b9094c764f8c80fdfb13228338e31b2f668cf11a00921c753f194b')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}