[arch-commits] Commit in awxkit/repos/community-any (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Sat Mar 14 07:49:55 UTC 2020
Date: Saturday, March 14, 2020 @ 07:49:55
Author: idevolder
Revision: 596554
archrelease: copy trunk to community-any
Added:
awxkit/repos/community-any/PKGBUILD
(from rev 596553, awxkit/trunk/PKGBUILD)
Deleted:
awxkit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 07:49:47 UTC (rev 596553)
+++ PKGBUILD 2020-03-14 07:49:55 UTC (rev 596554)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=9.2.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=('f3079ca13a8e94f7fd11accc1147727ac32d5cee8b4bb34044ff10f6a575674446b3cd83da5ab03580f6af9e0e42bb747cc41be28878a55f692a2bed98a205e0')
-
-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 596553, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-14 07:49:55 UTC (rev 596554)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=9.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=('c433afb8699aa417bf923e85f06db1ccd4ba3d6d89c360b179e67424d88afaf2b37b4d5d1127e8838b4fd46438fcbfbb5e9042f345851e11f3ba334fcb53c74b')
+
+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