mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
ansible: update to 2.1.0.0
This commit is contained in:
parent
1dd221005a
commit
01b8515d1c
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.0.2.0
|
version=2.1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml"
|
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko
|
||||||
|
python-yaml python-six"
|
||||||
pycompile_module="ansible"
|
pycompile_module="ansible"
|
||||||
short_desc="Simple deployment, configuration management and execution framework"
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.ansible.com"
|
homepage="http://www.ansible.com"
|
||||||
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||||
checksum=373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387
|
checksum=403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue