New package: python-Jinja2-2.7.3 with 3.4 subpkg, replaces python-jinja

Revbump affected pkgs.
This commit is contained in:
Alessio Sergi 2014-07-03 20:40:11 +02:00
parent 763780fd19
commit 8c63e62d0b
8 changed files with 42 additions and 39 deletions

View file

@ -1,12 +1,12 @@
# Template file for 'ansible'
pkgname=ansible
version=1.6.3
revision=1
revision=2
noarch="yes"
build_style=python-module
hostmakedepends="python-setuptools"
makedepends="python-devel python-jinja python-paramiko python-yaml"
depends="python python-jinja python-paramiko python-yaml"
makedepends="python-devel python-Jinja2 python-paramiko python-yaml"
depends="${makedepends//-devel/}"
pycompile_module="${pkgname}"
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
maintainer="Juan RP <xtraeme@gmail.com>"