[63258] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Sat Jan 30 13:28:07 PST 2010


Revision: 63258
          http://trac.macports.org/changeset/63258
Author:   jameskyle at macports.org
Date:     2010-01-30 13:28:06 -0800 (Sat, 30 Jan 2010)
Log Message:
-----------
Added py26-spyder. A python IDE focused on providing a matlab like gui interface to python science libraries.

Added Paths:
-----------
    trunk/dports/python/py26-spyder/
    trunk/dports/python/py26-spyder/Portfile

Added: trunk/dports/python/py26-spyder/Portfile
===================================================================
--- trunk/dports/python/py26-spyder/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-spyder/Portfile	2010-01-30 21:28:06 UTC (rev 63258)
@@ -0,0 +1,39 @@
+# $Id$
+
+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\]+)
\ No newline at end of file


Property changes on: trunk/dports/python/py26-spyder/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100130/3cf9552b/attachment-0001.html>


More information about the macports-changes mailing list