[arch-commits] Commit in awxkit/repos/community-any (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Tue Jun 29 07:29:05 UTC 2021
Date: Tuesday, June 29, 2021 @ 07:29:05
Author: idevolder
Revision: 967846
archrelease: copy trunk to community-any
Added:
awxkit/repos/community-any/PKGBUILD
(from rev 967845, awxkit/trunk/PKGBUILD)
Deleted:
awxkit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-29 07:29:00 UTC (rev 967845)
+++ PKGBUILD 2021-06-29 07:29:05 UTC (rev 967846)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.2.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=('ac0cb2f6f6db0282d0382a9ca4f75ff8b8be35149db6c1df69e031246eac99c290aff5a61901921a306302b3a95aadea9494ecf4d402fbf7b8b0ce15133edb0a')
-
-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 967845, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-29 07:29:05 UTC (rev 967846)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.2.2
+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=('34bc8d4c8a898a094fab6334d69c928f4e76fe68b1dd1c561af63e914a5476df974f9912050013b468bd1352277f28c18260a9cd457a1c3110c716b211a7e044')
+
+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