mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/Jinja2: Updated for version 2.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
07173fa93e
commit
d5f8943946
3 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue