ansible-base: update to 2.10.8.
This commit is contained in:
parent
a0bc7354d4
commit
ff39afc659
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'ansible-base'
|
# Template file for 'ansible-base'
|
||||||
pkgname=ansible-base
|
pkgname=ansible-base
|
||||||
version=2.10.2
|
version=2.10.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
||||||
python3-yaml"
|
python3-yaml"
|
||||||
checkdepends="python3-pytest"
|
|
||||||
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-base/ansible-base-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
|
||||||
checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
|
checksum=f45df824051339d8bec32d7ab4e9e676498c05e2d9cfce6d54c9698a577e15e2
|
||||||
conflicts="ansible<2.10.1_1"
|
conflicts="ansible<2.10.1_1"
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf examples/ansible.cfg
|
vsconf examples/ansible.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue