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


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

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

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

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


desc
@@


1.4
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@#!/bin/bash

PKG=pychecker-0.8.19

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then 
    wget $SF/pychecker/$PKG.tar.gz
fi

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
popd # $PKG

popd # ../BUILD

# EOF
@


1.3
log
@Upgrade to the latest releases and snapshots.
Use python2.6 and python3.1 explicitly.
@
text
@d3 1
a3 1
PKG=pychecker-0.8.18
d15 1
d17 1
@


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


1.1
log
@Add build-pychecker and build-qscintilla1.
@
text
@d3 1
a3 1
PKG=pychecker-0.8.17
d6 1
a6 1
if [ ! -f pychecker-0.8.17.tar.gz ]; then 
@

