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


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

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

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

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

1.5
date	2010.07.17.19.47.32;	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	2008.10.12.05.13.20;	author gvermeul;	state Exp;
branches;
next	1.1;

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


desc
@@


1.9
log
@Upgrade to later versions.
@
text
@#!/bin/bash

PKG=distribute-0.6.21

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://pypi.python.org/packages/source/d/distribute/$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.8
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@d3 1
a3 1
PKG=distribute-0.6.19
@


1.7
log
@Update to newer versions.
@
text
@d3 1
a3 1
PKG=distribute-0.6.14
d24 1
@


1.6
log
@Add more python versions.
@
text
@d3 1
a3 1
PKG=distribute-0.6.8
@


1.5
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
@d20 2
@


1.4
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 1
a3 1
PKG=setuptools-0.6c11
d7 1
a7 1
    wget http://pypi.python.org/packages/source/s/setuptools/$PKG.tar.gz
d11 8
d20 2
a21 6
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python2.6 setup.py install
popd # $PKG

@


1.3
log
@Upgrade to latest releases and snapshots.
@
text
@d15 1
a15 1
python setup.py install
d17 1
@


1.2
log
@Upgrade to the latest releases and subversion snapshots.
Add build-qscintilla2-svn.
Zap build-celementtree and build-engauge.
@
text
@d3 1
a3 1
PKG=setuptools-0.6c9
@


1.1
log
@Upgrade to Python-2.6, enable debugging and add support packages.
Upgrade to latests PyQt4/SIP snapshots and enable debugging.
Enable debugging in PyQwt5.
Add Python Imaging Library to help debugging QImage -> array conversion.
@
text
@d3 1
a3 1
PKG=setuptools-0.6c8
@

