# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 76966 2011-03-15 18:42:36Z jameskyle@macports.org $

PortSystem          1.0
PortGroup           python26 1.0
PortGroup           qt4 1.0

name                py26-spyder
version             2.0.8
categories          python devel
platforms           darwin
maintainers         jameskyle openmaintainer
homepage            http://packages.python.org/spyder/
description         development environment with advanced editing, \
                    interactive testing, debugging and introspection features.
long_description    ${description} It is especially recommended for \
                    scientific computing thanks to NumPy (linear algebra), \
                    SciPy (signal and image processing), matplotlib \
                    (interactive 2D/3D plotting) and MayaVi’s mlab \
                    (interactive 3D visualization) support.

master_sites        googlecode:spyderlib
distname            spyder-${version}
use_zip             yes

depends_lib-append  port:py26-pyqt4 \
                    port:py26-lint \
                    port:py26-numpy \
                    port:py26-scipy \
                    port:py26-matplotlib \
                    port:py26-sphinx

checksums           md5     bf379479e51b7163883533bb0f027948 \
                    sha1    8ecc937575620d1559c3f4f90ca01340a8ef69f5
post-destroot {
  ln -s ${python.prefix}/bin/spyder ${destroot}${prefix}/bin/
}

livecheck.type      regex
livecheck.url       http://code.google.com/p/spyderlib/
livecheck.regex     spyder-(0\.\[0-9\]+\.\[0-9\]+)
