void-packages/srcpkgs/ansible/template
Jan Christian Grünhage 3317483be2 ansible: update to 5.9.0.
2022-06-10 15:17:52 +02:00

17 lines
682 B
Bash

# Template file for 'ansible'
pkgname=ansible
version=5.9.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ansible-core"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
checksum=6f2f762fca6cff0401a6d2119b8ba3b2f111ea1a93fd203c86df09bc75570f18
# Tests are currently broken for ansible on python 3.10
# See https://github.com/ansible/ansible/issues/74658
# and https://github.com/ansible/ansible/issues/74660
make_check=no