From 9db07b6de3eeb220597a12c3c525a3a094d8a7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 21 Oct 2020 20:33:42 +0200 Subject: [PATCH 1/2] New package: ansible-base-2.10.2 --- srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/ansible-base/template diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template new file mode 100644 index 00000000000..508ebb4e551 --- /dev/null +++ b/srcpkgs/ansible-base/template @@ -0,0 +1,24 @@ +# Template file for 'ansible-base' +pkgname=ansible-base +version=2.10.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko + python3-yaml" +checkdepends="python3-pytest" +short_desc="Simple deployment, configuration management and execution framework" +maintainer="Jan Christian Grünhage " +license="GPL-3.0-or-later" +homepage="https://www.ansible.com/" +conflicts="ansible<2.10.1_2" +distfiles="https://pypi.python.org/packages/source/a/ansible-base/ansible-base-${version}.tar.gz" +checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab + +post_install() { + vsconf examples/ansible.cfg + vsconf examples/hosts + for m in docs/man/man1/*.1; do + vman ${m} + done +} From ef5d02567541ae6bae1ab7ad9dacd549c88c74e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 21 Oct 2020 20:33:53 +0200 Subject: [PATCH 2/2] ansible: update to 2.10.1. --- srcpkgs/ansible/template | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 4c607951d2c..fe36b2030d3 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,23 +1,14 @@ # Template file for 'ansible' pkgname=ansible -version=2.9.13 -revision=2 +version=2.10.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko - python3-yaml" +depends="python3 ansible-base" checkdepends="python3-pytest" short_desc="Simple deployment, configuration management and execution framework" -maintainer="Michael Aldridge " +maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://www.ansible.com/" -distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz" -checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644 - -post_install() { - vsconf examples/ansible.cfg - vsconf examples/hosts - for m in docs/man/man1/*.1; do - vman ${m} - done -} +distfiles="https://pypi.python.org/packages/source/a/ansible/ansible-${version}.tar.gz" +checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a