head	1.10;
access;
symbols;
locks; strict;
comment	@# @;


1.10
date	2012.04.16.15.28.47;	author gvermeul;	state Exp;
branches;
next	1.9;

1.9
date	2011.07.08.14.35.47;	author gvermeul;	state Exp;
branches;
next	1.8;

1.8
date	2011.01.08.16.27.53;	author gvermeul;	state Exp;
branches;
next	1.7;

1.7
date	2010.08.03.08.13.13;	author gvermeul;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.17.19.47.32;	author gvermeul;	state Exp;
branches;
next	1.5;

1.5
date	2010.04.30.12.47.20;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2010.03.27.20.52.32;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.28.21.38.16;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.30.03.47.43;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.19.10.03.08;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Upgrade to Qt-4.8.1 and upgrade many other packages.
@
text
@#!/bin/bash

PKG=Jinja2-2.6

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://pypi.python.org/packages/source/J/Jinja2/$PKG.tar.gz
fi
popd


function version() {
    rm -rf $PKG
    tar xfz ../SOURCES/$PKG.tar.gz
    pushd $PKG
    $1 setup.py install
    popd # $PKG
}

pushd ../BUILD
version python2.5
version python2.6
version python2.7
version python3.1
version python3.2
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.9
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@d3 1
a3 1
PKG=Jinja2-2.5.5
@


1.8
log
@Update to newer versions.
@
text
@d25 1
@


1.7
log
@Removed obsolete files.
Added build-xlwt.
Added more python versions to build-jinja2 and build-scipy-svn.
@
text
@d3 1
a3 1
PKG=Jinja2-2.5
@


1.6
log
@Upgrade to latest releases and snapshots.
Install python-2.5, -2.6, -2.7, and -3.1.
Compile several packages for several or all python versions.
@
text
@d21 2
@


1.5
log
@Upgrade to the latest snapshots and releases.
@
text
@d3 1
a3 1
PKG=Jinja2-2.4.1
a10 1
pushd ../BUILD
d12 7
a18 11
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python2.6 setup.py install
popd # $PKG

rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python3.1 setup.py install
popd # $PKG
d20 3
@


1.4
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 1
a3 1
PKG=Jinja2-2.3.1
@


1.3
log
@Upgrade to latest releases and snapshots.
@
text
@d12 1
d16 1
a16 1
python setup.py install
d18 7
@


1.2
log
@Upgrade to latest releases.
@
text
@d3 1
a3 1
PKG=Jinja2-2.2.1
@


1.1
log
@Update to the latest releases of Shpinx and Jinja2.
Update to the latest subversion snapshots of Riverbank Computing.
@
text
@d3 1
a3 1
PKG=Jinja2-2.1.1
@

