wok rev 22481

updated ansible (1.5.3 -> 2.9.2)
author Hans-G?nter Theisgen
date Mon Dec 30 14:41:15 2019 +0100 (2019-12-30)
parents 6762ce6bb52b
children de009acdced5
files ansible/receipt
line diff
     1.1 --- a/ansible/receipt	Mon Dec 30 14:10:09 2019 +0100
     1.2 +++ b/ansible/receipt	Mon Dec 30 14:41:15 2019 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ansible"
     1.7 -VERSION="1.5.3"
     1.8 +VERSION="2.9.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A radically simple configuration-management engine."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -WEB_SITE="http://www.ansible.com/home"
    1.14 +WEB_SITE="https://www.ansible.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz"
    1.18 -CONFIG_FILES="/etc/ansible"
    1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS="python python-jinja2 python-pyyaml ssh"
    1.22 -BUILD_DEPENDS="wget python"
    1.23 +BUILD_DEPENDS="python python-setuptools"
    1.24 +
    1.25 +CONFIG_FILES="/etc/ansible"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	python setup.py build
    1.31 +	python setup.py build &&
    1.32  	python setup.py install --root=$DESTDIR
    1.33  
    1.34 -	cook_pick_manpages $src/docs/man/man1/*.1
    1.35 +	# 2.9.2: no longer available
    1.36 +#	cook_pick_manpages $src/docs/man/man1/*.1
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.