[arch-commits] Commit in awxkit/repos/community-any (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at gemini.archlinux.org
Fri Nov 26 08:33:59 UTC 2021
Date: Friday, November 26, 2021 @ 08:33:59
Author: idevolder
Revision: 1054830
archrelease: copy trunk to community-any
Added:
awxkit/repos/community-any/PKGBUILD
(from rev 1054829, awxkit/trunk/PKGBUILD)
Deleted:
awxkit/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-26 08:33:54 UTC (rev 1054829)
+++ PKGBUILD 2021-11-26 08:33:59 UTC (rev 1054830)
@@ -1,25 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=awxkit
-_pkgname=awx
-pkgver=19.4.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=('2cd7bb0e19a46a4b2866a1a781ee4b5960c59f43996cd9437ad1697838a0eb548ec9af92398845cc53a69c7f0ea30a649782c395ebf3ef2f510cfef56ccc8122')
-
-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 1054829, awxkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-26 08:33:59 UTC (rev 1054830)
@@ -0,0 +1,25 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=awxkit
+_pkgname=awx
+pkgver=19.5.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' 'python-wheel')
+makedepends=('python-pip' 'python-setuptools' 'git')
+options=(!emptydirs)
+source=("${_pkgname}::git+https://github.com/ansible/${_pkgname}#tag=${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+ cd "${_pkgname}/${pkgname}"
+ python setup.py build
+}
+
+package() {
+ cd "${_pkgname}/${pkgname}"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
More information about the arch-commits
mailing list