[arch-commits] Commit in awxkit/repos/community-any (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Thu Apr 2 11:38:14 UTC 2020
Date: Thursday, April 2, 2020 @ 11:38:13
Author: idevolder
Revision: 609510
archrelease: copy trunk to community-any
Added:
awxkit/repos/community-any/PKGBUILD
(from rev 609509, awxkit/trunk/PKGBUILD)
Deleted:
awxkit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 11:38:08 UTC (rev 609509)
+++ PKGBUILD 2020-04-02 11:38:13 UTC (rev 609510)
@@ -1,25 +0,0 @@
-# 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
-}
Copied: awxkit/repos/community-any/PKGBUILD (from rev 609509, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-02 11:38:13 UTC (rev 609510)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=10.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=('4980cef4e852ae5d77a3ec2e95efe57f4b5b72ca6d6084e3a4bd5791bf7df470777edba8cd29a89b3ea7c4b2bad254510401c006fa1778c6fcc0d5bd03c339e4')
+
+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