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


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

1.7
date	2011.07.08.14.35.47;	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	2009.09.30.03.47.43;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.04.19.42.33;	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.8
log
@Upgrade to Qt-4.8.1 and upgrade many other packages.
@
text
@#!/bin/bash

PKG=Pygments-1.5

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


1.6
log
@Add more python versions.
@
text
@d3 1
a3 1
PKG=Pygments-1.3.1
d24 1
@


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
@d11 8
d20 4
a23 13

rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python setup.py install
popd # $PKG

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

@


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


1.3
log
@Upgrade to latest releases.
@
text
@d3 1
a3 1
PKG=Pygments-1.1.1
d12 1
d18 7
@


1.2
log
@Sync with the latest releases of matplotlib, pyglet, pygments, Python,
and sphinx.
@
text
@d3 1
a3 1
PKG=Pygments-1.0
@


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=Pygments-0.11.1
@

