[86132] trunk/dports/python/py-spyder-beta/Portfile

eborisch at macports.org eborisch at macports.org
Wed Oct 19 11:20:59 PDT 2011


Revision: 86132
          http://trac.macports.org/changeset/86132
Author:   eborisch at macports.org
Date:     2011-10-19 11:20:55 -0700 (Wed, 19 Oct 2011)
Log Message:
-----------
py-spyder-beta: Update to 2.1.0rc1

Modified Paths:
--------------
    trunk/dports/python/py-spyder-beta/Portfile

Modified: trunk/dports/python/py-spyder-beta/Portfile
===================================================================
--- trunk/dports/python/py-spyder-beta/Portfile	2011-10-19 17:29:12 UTC (rev 86131)
+++ trunk/dports/python/py-spyder-beta/Portfile	2011-10-19 18:20:55 UTC (rev 86132)
@@ -3,7 +3,8 @@
 
 PortSystem          1.0
 name                py-spyder-beta
-version             2.1.0beta3
+version             2.1.0rc1
+revision            1
 
 PortGroup           python 1.0
 
@@ -31,9 +32,9 @@
 #pyNN-pyqt4 doesn't want to build universal
 universal_variant   no 
 
-checksums           md5     03345a4e16840d063221ab944ebe2fef \
-                    sha1    e61a21a6a0d07273bfda1b177106fae71b517e58 \
-                    rmd160  254febed3349bf6651f762224552013af461baeb
+checksums           md5     b7799726cb147fb026cad2564eff2974 \
+                    sha1    0f0342b9dda622f24b33b7768b33216d695e700f \
+                    rmd160  73db29f238b7b944cd11c017056c803e68322844
 
 if {${subport} != ${name}} {
     conflicts           port:py${python.version}-spyder
@@ -62,6 +63,9 @@
             ${worksrcpath}/spyderlib/spyder.py
         reinplace "s|@@APPS_DIR@@|${applications_dir}|g" \
             ${worksrcpath}/spyderlib/utils/programs.py
+        # Windows newlines in the file cause compile() (in 2.6) to choke
+        reinplace "s|\r||g" \
+            ${worksrcpath}/doc/conf.py
     }
 
     depends_lib-append  port:py${python.version}-pyqt4 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111019/0f07a4d3/attachment.html>


More information about the macports-changes mailing list