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

Ike Devolder idevolder at archlinux.org
Thu Jan 28 15:41:20 UTC 2021


    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
===================================================================
--- PKGBUILD	2021-01-28 15:41:15 UTC (rev 833313)
+++ PKGBUILD	2021-01-28 15:41:20 UTC (rev 833314)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-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)
+++ PKGBUILD	2021-01-28 15:41:20 UTC (rev 833314)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+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
+}



More information about the arch-commits mailing list