# -*- 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$ PortSystem 1.0 PortGroup python27 1.0 PortGroup qt4 1.0 name py27-spyder version 2.0.12 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:py27-pyqt4 \ port:py27-lint \ port:py27-numpy \ port:py27-scipy \ port:py27-matplotlib \ port:py27-sphinx checksums md5 035852cfc6109541d72003111cf31bb3 \ sha1 a592caf81f4c1f72d637a5269f5c60f8f43e57ee patchfiles patch-widgets-pylintgui.py.diff 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\]+)