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

Ike Devolder idevolder at gemini.archlinux.org
Thu Mar 31 05:56:36 UTC 2022


    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
===================================================================
--- PKGBUILD	2022-03-31 05:56:31 UTC (rev 1177901)
+++ PKGBUILD	2022-03-31 05:56:36 UTC (rev 1177902)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-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)
+++ PKGBUILD	2022-03-31 05:56:36 UTC (rev 1177902)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+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
+}



More information about the arch-commits mailing list