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


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

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

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

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

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

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

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

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

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

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

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


desc
@@


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

VER=0.12
PKG=ipython-$VER

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://archive.ipython.org/release/$VER/$PKG.tar.gz
fi
popd

pushd ../BUILD

rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
#python2.5 setup.py install
#python2.6 setup.py install
python2.7 setup.py install
#python3.1 setup.py install
#python3.2 setup.py install
popd # $PKG

popd # ../BUILD

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


1.10
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@d3 2
a4 1
PKG=ipython-0.10.2
d8 1
a8 1
    wget http://ipython.scipy.org/dist/$PKG.tar.gz
d17 2
a18 2
python2.5 setup.py install
python2.6 setup.py install
d20 2
@


1.9
log
@Update to newer versions.
@
text
@d3 1
a3 1
PKG=ipython-0.10.1
d16 1
@


1.8
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 1
a3 1
PKG=ipython-0.10
d17 1
@


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


1.6
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=ipython-0.9.1
@


1.5
log
@Upgrade to the latest releases and snapshots.
@
text
@d3 1
a3 1
PKG=ipython-0.8.4
@


1.4
log
@Upgrade to Qt-4.4rc1 and to latest releases and snapshots.
@
text
@d3 1
a3 1
PKG=ipython-0.8.2
@


1.3
log
@Upgrade to the latest versions and snapshots of Qt, ipython, PyQt3,
PyQt4, QScintilla2, SIP and SoQt.
@
text
@d3 1
a3 1
PKG=ipython-0.8.1
@


1.2
log
@Sync with the latest releases.
@
text
@d3 1
a3 1
PKG=ipython-0.8.0
@


1.1
log
@Add ipython.
@
text
@d3 1
a3 1
PKG=ipython-0.7.3
@

