[74557] trunk/dports/python/py26-spyder/Portfile

snc at macports.org snc at macports.org
Tue Dec 21 12:09:40 PST 2010


Revision: 74557
          http://trac.macports.org/changeset/74557
Author:   snc at macports.org
Date:     2010-12-21 12:09:31 -0800 (Tue, 21 Dec 2010)
Log Message:
-----------
py26-spyder: update to 2.0.5, #27692

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

Modified: trunk/dports/python/py26-spyder/Portfile
===================================================================
--- trunk/dports/python/py26-spyder/Portfile	2010-12-21 19:22:42 UTC (rev 74556)
+++ trunk/dports/python/py26-spyder/Portfile	2010-12-21 20:09:31 UTC (rev 74557)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,8 +6,7 @@
 PortGroup           qt4 1.0
 
 name                py26-spyder
-version             1.1.6
-revision            1
+version             2.0.5
 categories          python devel
 platforms           darwin
 maintainers         jameskyle openmaintainer
@@ -21,17 +21,17 @@
 
 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-qscintilla
+                    port:py26-sphinx
 
-checksums           md5     9d82fc1944d9d0c84351b0faa1f65b49 \
-                    sha1    51a8c608b4e32921ef7096237c46f8c66da4a196 \
-                    rmd160  24d4e57a1349f12565db14a1f79fa6cfdd110221
+checksums           md5     1a2c4c491499f12ad113ac6cdb0d4c2e \
+                    sha1    88d3d848ab0386b19ba62e5922e7080b1a1967cf
 
 post-destroot {
   ln -s ${python.prefix}/bin/spyder ${destroot}${prefix}/bin/
@@ -39,4 +39,4 @@
 
 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
+livecheck.regex     spyder-(0\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101221/b064642b/attachment.html>


More information about the macports-changes mailing list