mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ansible: update to 6.0.0.
This commit is contained in:
parent
c2b07c0298
commit
ddd3c3cd8a
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=5.9.0
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style="python3-pep517"
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
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
|
||||
checksum=641a2c27bc5768f9a8ad14880f1f6e571c1f2af1d45e76f271d76e3f74754c53
|
||||
# Relevant tests happen in ansible-core
|
||||
make_check=no
|
||||
|
|
Loading…
Add table
Reference in a new issue