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

Ike Devolder idevolder at archlinux.org
Sat May 1 16:05:51 UTC 2021


    Date: Saturday, May 1, 2021 @ 16:05:51
  Author: idevolder
Revision: 925941

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 16:05:46 UTC (rev 925940)
+++ PKGBUILD	2021-05-01 16:05:51 UTC (rev 925941)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.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=('9654d36ee6aa68b3a7d66b538558a9882cee55a02a37450bd126130ab656238f97029a1a67221d0883c4b0c411f43a4f199acbdd97b8fea148ea7ac48c4b28a9')
-
-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 925940, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-01 16:05:51 UTC (rev 925941)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.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=('146bb9746965a382346ba063e8b46040128d11e5381b391d57250d85db084c473439a3aab3fdf3d95872e2b6e38600c53142fcd9683d88dc0fff6feed2dbd076')
+
+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