libraries/Jinja2: Updated for version 2.6.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-09-24 19:58:01 -03:00 committed by Niels Horn
parent 07173fa93e
commit d5f8943946
3 changed files with 10 additions and 10 deletions

View file

@ -6,8 +6,8 @@
# Public domain.
PRGNAM=Jinja2
VERSION=${VERSION:-2.5.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,10 +1,10 @@
PRGNAM="Jinja2"
VERSION="2.5.5"
VERSION="2.6"
HOMEPAGE="http://pypi.python.org/pypi/Jinja2"
DOWNLOAD="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.5.5.tar.gz"
MD5SUM="83b20c1eeb31f49d8e6392efae91b7d5"
DOWNLOAD="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.6.tar.gz"
MD5SUM="1c49a8825c993bfdcf55bb36897d28a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="rworkman"
APPROVED="rworkman,Niels Horn"

View file

@ -4,8 +4,8 @@ an optional sandboxed environment.
This requires pysetuptools.
Circular dependencies warning: The DOCS=yes flag needs Sphinx, which
needs Jinja2, which needs Sphinx because DOCS=yes ... So... If you
really need the docs, build Jinja2 without the DOCS=yes flag, build
Sphinx, then rebuild Jinja2 with DOCS=yes. Incidentally, unless you
Circular dependencies warning: The DOCS=yes flag needs Sphinx, which
needs Jinja2, which needs Sphinx because DOCS=yes ... So... If you
really need the docs, build Jinja2 without the DOCS=yes flag, build
Sphinx, then rebuild Jinja2 with DOCS=yes. Incidentally, unless you
are a developer, you don't normally need the DOCS=yes flag.