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

2020-12-19 Thread Ike Devolder via arch-commits
Date: Saturday, December 19, 2020 @ 09:20:32
  Author: idevolder
Revision: 779787

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 09:20:28 UTC (rev 779786)
+++ PKGBUILD2020-12-19 09:20:32 UTC (rev 779787)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=15.0.1
-pkgrel=3
-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=('28a4fcfd016454fcca173a8ec9c70ef0147d77a6f9bcc7186344b673c449b3a6006b7baa56fac271285971ba73e833ac9d112300bbc21fca6b3c879ad4d5631e')
-
-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 779786, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 09:20:32 UTC (rev 779787)
@@ -0,0 +1,25 @@
+# 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
+}


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

2020-10-21 Thread Ike Devolder via arch-commits
Date: Wednesday, October 21, 2020 @ 15:00:15
  Author: idevolder
Revision: 727857

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-21 15:00:08 UTC (rev 727856)
+++ PKGBUILD2020-10-21 15:00:15 UTC (rev 727857)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=15.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=('28a4fcfd016454fcca173a8ec9c70ef0147d77a6f9bcc7186344b673c449b3a6006b7baa56fac271285971ba73e833ac9d112300bbc21fca6b3c879ad4d5631e')
-
-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 727856, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-21 15:00:15 UTC (rev 727857)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=15.0.1
+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=('28a4fcfd016454fcca173a8ec9c70ef0147d77a6f9bcc7186344b673c449b3a6006b7baa56fac271285971ba73e833ac9d112300bbc21fca6b3c879ad4d5631e')
+
+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)

2020-10-21 Thread Ike Devolder via arch-commits
Date: Wednesday, October 21, 2020 @ 13:10:07
  Author: idevolder
Revision: 727843

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-21 13:10:03 UTC (rev 727842)
+++ PKGBUILD2020-10-21 13:10:07 UTC (rev 727843)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=15.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=('3f2ddf2a9886b0a7ba7c5539837bec589bdb05dc457234e4ac61473612ba22ae37cb881301b6bed1a531fa3310f90b598e944eab4542c87c026c501c9a255dca')
-
-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 727842, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-21 13:10:07 UTC (rev 727843)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=15.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=('28a4fcfd016454fcca173a8ec9c70ef0147d77a6f9bcc7186344b673c449b3a6006b7baa56fac271285971ba73e833ac9d112300bbc21fca6b3c879ad4d5631e')
+
+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)

2020-10-01 Thread Ike Devolder via arch-commits
Date: Thursday, October 1, 2020 @ 13:06:06
  Author: idevolder
Revision: 714193

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 13:06:02 UTC (rev 714192)
+++ PKGBUILD2020-10-01 13:06:06 UTC (rev 714193)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=14.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=('eca128136c3ec6d3167c3587b58dc854ba4e1edd961b20c5e0bdb44f8ed2cb179826d681d00d3516c5dd1850973424c4ba662a5ab63e190e8f0921a1fcb002ff')
-
-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 714192, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-01 13:06:06 UTC (rev 714193)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=15.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=('3f2ddf2a9886b0a7ba7c5539837bec589bdb05dc457234e4ac61473612ba22ae37cb881301b6bed1a531fa3310f90b598e944eab4542c87c026c501c9a255dca')
+
+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)

2020-08-28 Thread Ike Devolder via arch-commits
Date: Friday, August 28, 2020 @ 09:24:03
  Author: idevolder
Revision: 690364

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 09:24:03 UTC (rev 690363)
+++ PKGBUILD2020-08-28 09:24:03 UTC (rev 690364)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=14.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')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('eca128136c3ec6d3167c3587b58dc854ba4e1edd961b20c5e0bdb44f8ed2cb179826d681d00d3516c5dd1850973424c4ba662a5ab63e190e8f0921a1fcb002ff')
-
-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 690362, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-28 09:24:03 UTC (rev 690364)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=14.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=('eca128136c3ec6d3167c3587b58dc854ba4e1edd961b20c5e0bdb44f8ed2cb179826d681d00d3516c5dd1850973424c4ba662a5ab63e190e8f0921a1fcb002ff')
+
+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)

2020-08-27 Thread Ike Devolder via arch-commits
Date: Thursday, August 27, 2020 @ 18:50:41
  Author: idevolder
Revision: 689920

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 18:50:35 UTC (rev 689919)
+++ PKGBUILD2020-08-27 18:50:41 UTC (rev 689920)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=14.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=('989457d28b397c19139582f82f63ac75d855736c0a53ad88e9040d24b9f9d0cc5692ba173af18d33552248d7ef9bbc7e056e1e8e430b9bef7d1e9be812f53772')
-
-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 689919, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 18:50:41 UTC (rev 689920)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=14.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')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('eca128136c3ec6d3167c3587b58dc854ba4e1edd961b20c5e0bdb44f8ed2cb179826d681d00d3516c5dd1850973424c4ba662a5ab63e190e8f0921a1fcb002ff')
+
+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)

2020-08-09 Thread Ike Devolder via arch-commits
Date: Monday, August 10, 2020 @ 04:37:40
  Author: idevolder
Revision: 673330

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-10 04:37:35 UTC (rev 673329)
+++ PKGBUILD2020-08-10 04:37:40 UTC (rev 673330)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=13.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=('7b87fd79c841997c7b40a5219e9542a6a284850e090e626c5a87e54d7f4928fd6b7e6e33748541aa82c91a23b0fdfcb9753081eabcc756a700f074d6225fc0b0')
-
-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 673329, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-10 04:37:40 UTC (rev 673330)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=14.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=('989457d28b397c19139582f82f63ac75d855736c0a53ad88e9040d24b9f9d0cc5692ba173af18d33552248d7ef9bbc7e056e1e8e430b9bef7d1e9be812f53772')
+
+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)

2020-06-24 Thread Ike Devolder via arch-commits
Date: Wednesday, June 24, 2020 @ 09:01:13
  Author: idevolder
Revision: 652127

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 09:01:11 UTC (rev 652126)
+++ PKGBUILD2020-06-24 09:01:13 UTC (rev 652127)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=12.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=('7af0dfab28af282e22c7b31a3469fa27cf9a80c2fbf4984d3e7e3914835452d2318b96e8f6c870da6c55941e0365757997560d88db690c127dc14b52fee816c4')
-
-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 652126, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 09:01:13 UTC (rev 652127)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=13.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=('7b87fd79c841997c7b40a5219e9542a6a284850e090e626c5a87e54d7f4928fd6b7e6e33748541aa82c91a23b0fdfcb9753081eabcc756a700f074d6225fc0b0')
+
+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)

2020-06-13 Thread Ike Devolder via arch-commits
Date: Saturday, June 13, 2020 @ 15:28:01
  Author: idevolder
Revision: 642875

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:27:56 UTC (rev 642874)
+++ PKGBUILD2020-06-13 15:28:01 UTC (rev 642875)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=11.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=('a82a4484206a422e6b2454c0e6bcd1a4856ca6d5647dfc674d95ac43c38f4bac99660bfb21515b1308d1c69ea719f91dcd928477ceca8a9c1f49f30c160cf43c')
-
-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 642874, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:28:01 UTC (rev 642875)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=12.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=('7af0dfab28af282e22c7b31a3469fa27cf9a80c2fbf4984d3e7e3914835452d2318b96e8f6c870da6c55941e0365757997560d88db690c127dc14b52fee816c4')
+
+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)

2020-05-02 Thread Ike Devolder via arch-commits
Date: Saturday, May 2, 2020 @ 14:54:28
  Author: idevolder
Revision: 624487

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-02 14:54:22 UTC (rev 624486)
+++ PKGBUILD2020-05-02 14:54:28 UTC (rev 624487)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=11.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')
-makedepends=('python-pip' 'python-setuptools')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('6e683a254265e2d8ed878380dec3a98fa2856ae2fc12780de6ff74d21f624071c50e9f0a031bf5ac10e427cd28f8738bbdc664e81a94aecf406e6aeac9caab28')
-
-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 624486, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-02 14:54:28 UTC (rev 624487)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=11.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=('a82a4484206a422e6b2454c0e6bcd1a4856ca6d5647dfc674d95ac43c38f4bac99660bfb21515b1308d1c69ea719f91dcd928477ceca8a9c1f49f30c160cf43c')
+
+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)

2020-04-28 Thread Ike Devolder via arch-commits
Date: Tuesday, April 28, 2020 @ 18:52:54
  Author: idevolder
Revision: 622071

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 18:52:48 UTC (rev 622070)
+++ PKGBUILD2020-04-28 18:52:54 UTC (rev 622071)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=11.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=('2368a8774f953c53ceabfd1cb298aec7148c9569cfd0b792f16aa40a2a1b9152906c6107fda6bd13f86e6b1d6830267be2d39b7f2b21206727dda0c092607e80')
-
-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 622070, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 18:52:54 UTC (rev 622071)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=11.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')
+makedepends=('python-pip' 'python-setuptools')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ansible/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('6e683a254265e2d8ed878380dec3a98fa2856ae2fc12780de6ff74d21f624071c50e9f0a031bf5ac10e427cd28f8738bbdc664e81a94aecf406e6aeac9caab28')
+
+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)

2020-04-20 Thread Ike Devolder via arch-commits
Date: Monday, April 20, 2020 @ 13:48:53
  Author: idevolder
Revision: 617044

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 13:48:49 UTC (rev 617043)
+++ PKGBUILD2020-04-20 13:48:53 UTC (rev 617044)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=10.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=('4980cef4e852ae5d77a3ec2e95efe57f4b5b72ca6d6084e3a4bd5791bf7df470777edba8cd29a89b3ea7c4b2bad254510401c006fa1778c6fcc0d5bd03c339e4')
-
-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 617043, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-20 13:48:53 UTC (rev 617044)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=11.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=('2368a8774f953c53ceabfd1cb298aec7148c9569cfd0b792f16aa40a2a1b9152906c6107fda6bd13f86e6b1d6830267be2d39b7f2b21206727dda0c092607e80')
+
+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)

2020-04-02 Thread Ike Devolder via arch-commits
Date: Thursday, April 2, 2020 @ 11:38:13
  Author: idevolder
Revision: 609510

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-02 11:38:08 UTC (rev 609509)
+++ PKGBUILD2020-04-02 11:38:13 UTC (rev 609510)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=9.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=('c433afb8699aa417bf923e85f06db1ccd4ba3d6d89c360b179e67424d88afaf2b37b4d5d1127e8838b4fd46438fcbfbb5e9042f345851e11f3ba334fcb53c74b')
-
-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 609509, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-02 11:38:13 UTC (rev 609510)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=10.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=('4980cef4e852ae5d77a3ec2e95efe57f4b5b72ca6d6084e3a4bd5791bf7df470777edba8cd29a89b3ea7c4b2bad254510401c006fa1778c6fcc0d5bd03c339e4')
+
+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)

2020-03-14 Thread Ike Devolder via arch-commits
Date: Saturday, March 14, 2020 @ 07:49:55
  Author: idevolder
Revision: 596554

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-14 07:49:47 UTC (rev 596553)
+++ PKGBUILD2020-03-14 07:49:55 UTC (rev 596554)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle 
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=9.2.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=('f3079ca13a8e94f7fd11accc1147727ac32d5cee8b4bb34044ff10f6a575674446b3cd83da5ab03580f6af9e0e42bb747cc41be28878a55f692a2bed98a205e0')
-
-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 596553, 
awxkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-14 07:49:55 UTC (rev 596554)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle 
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=9.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=('c433afb8699aa417bf923e85f06db1ccd4ba3d6d89c360b179e67424d88afaf2b37b4d5d1127e8838b4fd46438fcbfbb5e9042f345851e11f3ba334fcb53c74b')
+
+build() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${_pkgname}-${pkgver}/${pkgname}"
+python setup.py install --root="$pkgdir/" --optimize=1
+}