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'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=5.9.0
|
version=6.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style="python3-pep517"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="ansible-core"
|
depends="ansible-core"
|
||||||
short_desc="Simple deployment, configuration management and execution framework"
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
|
||||||
checksum=6f2f762fca6cff0401a6d2119b8ba3b2f111ea1a93fd203c86df09bc75570f18
|
checksum=641a2c27bc5768f9a8ad14880f1f6e571c1f2af1d45e76f271d76e3f74754c53
|
||||||
# Tests are currently broken for ansible on python 3.10
|
# Relevant tests happen in ansible-core
|
||||||
# See https://github.com/ansible/ansible/issues/74658
|
|
||||||
# and https://github.com/ansible/ansible/issues/74660
|
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue