# $Id$ # Maintainer: Sven-Hendrik Haase # Contributor: Bartłomiej Piotrowski # Contributor: Daniel Wallace # Contributor: Chris # Contributor: m0ikz # Contributor: atweiden # Contributor: Jonathon Fernyhough pkgname=(ansible python-ansible) pkgver=2.3.0.0 pkgrel=5 pkgdesc='Radically simple IT automation platform' arch=('any') url='http://www.ansible.com' license=('GPL3') depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 'python2-crypto') optdepends=('sshpass: for ssh connections with password' 'python2-passlib: crypt values for vars_prompt' 'python2-netaddr: for the ipaddr filter' 'python2-systemd: log to journal' 'python2-pywinrm: connect to Windows machines' 'python2-ovirt-engine-sdk: ovirt support' 'python2-jmespath: json_query support') makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools' 'python-setuptools') backup=('etc/ansible/ansible.cfg') source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz") sha512sums=('88ac28befefd7a70c36d8c33bc1aba1b0a5ffdea4bddd0b9e6c5488c70057662812208c221e47721c5a194fc30282a33490f196a719d9eb6d9b1e7dcfd1ff941') prepare() { # Fix for https://bugs.archlinux.org/task/53724 # Patch from https://github.com/ansible/ansible/pull/23710 patch -p0 <