Date: Tuesday, February 7, 2023 @ 07:43:05
  Author: grawlinson
Revision: 1395970

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-07 07:39:59 UTC (rev 1395969)
+++ PKGBUILD    2023-02-07 07:43:05 UTC (rev 1395970)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-pkgname=ansible-bender
-pkgver=0.9.0
-pkgrel=4
-pkgdesc='Build container images using Ansible playbooks'
-arch=('any')
-url='https://github.com/ansible-community/ansible-bender'
-license=('MIT')
-depends=(
-  'ansible'
-  'python-yaml'
-  'python-tabulate'
-  'python-jsonschema'
-  'python-setuptools'
-  'podman'
-  'buildah'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools-scm'
-)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('9bf2095da798ffb0d3eff4ce2f84b9f96d04fd6526ba7ee559cd7009e501b823e5f64076d201d11f8be9995a3fb721cce69f366d195e564e5defc0cadef18189')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # drop python-setuptools-scm-git-archive as it is included in
-  # python-setuptools-scm >= 7.0.0
-  sed -e '/setuptools_scm_git_archive/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel 
--no-isolation
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -vDm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: ansible-bender/repos/community-any/PKGBUILD (from rev 1395969, 
ansible-bender/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-07 07:43:05 UTC (rev 1395970)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+pkgname=ansible-bender
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Build container images using Ansible playbooks'
+arch=('any')
+url='https://github.com/ansible-community/ansible-bender'
+license=('MIT')
+depends=(
+  'ansible'
+  'python-yaml'
+  'python-tabulate'
+  'python-jsonschema'
+  'python-setuptools'
+  'podman'
+  'buildah'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools-scm'
+)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('0ab2287caff3cddb8c09b6ce97b6171117a548704b222e3a2bf383cf91416b77f0636939c23de04298675583d84d6a886a32982d343d9f5600e59630bc8e3866')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # drop python-setuptools-scm-git-archive as it is included in
+  # python-setuptools-scm >= 7.0.0
+  sed -e '/setuptools_scm_git_archive/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel 
--no-isolation
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -vDm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to