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

Ike Devolder idevolder at archlinux.org
Wed Oct 21 15:00:15 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-10-21 15:00:08 UTC (rev 727856)
+++ PKGBUILD	2020-10-21 15:00:15 UTC (rev 727857)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-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)
+++ PKGBUILD	2020-10-21 15:00:15 UTC (rev 727857)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+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
+}



More information about the arch-commits mailing list