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

Filipe Laíns ffy00 at archlinux.org
Tue Mar 24 21:53:46 UTC 2020


    Date: Tuesday, March 24, 2020 @ 21:53:45
  Author: ffy00
Revision: 603938

archrelease: copy trunk to community-any

Added:
  ansible-bender/repos/community-any/PKGBUILD
    (from rev 603937, ansible-bender/trunk/PKGBUILD)
Deleted:
  ansible-bender/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 21:53:27 UTC (rev 603937)
+++ PKGBUILD	2020-03-24 21:53:45 UTC (rev 603938)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=ansible-bender
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Tool which bends containers using Ansible playbooks and turns them into container images'
-arch=('any')
-url='https://github.com/ansible-community/ansible-bender'
-license=('MIT')
-depends=('ansible' 'python-yaml' 'python-tabulate' 'python-jsonschema')
-optdepends=('podman: podman backend'
-            'buildah: buildah backend')
-makedepends=('python-setuptools-scm' 'git')
-#source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-source=("git+$url?tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  #cd $pkgname-$pkgver
-  cd $pkgname
-
-  python setup.py build
-}
-
-package() {
-  #cd $pkgname-$pkgver
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: ansible-bender/repos/community-any/PKGBUILD (from rev 603937, ansible-bender/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-24 21:53:45 UTC (rev 603938)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=ansible-bender
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Tool which bends containers using Ansible playbooks and turns them into container images'
+arch=('any')
+url='https://github.com/ansible-community/ansible-bender'
+license=('MIT')
+depends=('ansible' 'python-yaml' 'python-tabulate' 'python-jsonschema' 'podman' 'buildah')
+makedepends=('python-setuptools-scm' 'git')
+#source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+source=("git+$url?tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  #cd $pkgname-$pkgver
+  cd $pkgname
+
+  python setup.py build
+}
+
+package() {
+  #cd $pkgname-$pkgver
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list