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

Ike Devolder idevolder at gemini.archlinux.org
Thu Oct 14 16:02:41 UTC 2021


    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
===================================================================
--- PKGBUILD	2021-10-14 16:02:36 UTC (rev 1030111)
+++ PKGBUILD	2021-10-14 16:02:41 UTC (rev 1030112)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-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)
+++ PKGBUILD	2021-10-14 16:02:41 UTC (rev 1030112)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+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
+}



More information about the arch-commits mailing list