# $Id: Portfile 63258 2010-01-30 21:28:06Z jameskyle@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-spyder
version             1.0.3
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}

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

checksums           md5     0b23df0a438447e5b12e182513e941f7 \
                    sha1    46a554a6053751ae871761c073defc1c765691ef \
                    rmd160  575b706a726731e98276ef272d925231cb764277

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\]+)