[91493] trunk/dports/python/py-spyder/Portfile

eborisch at macports.org eborisch at macports.org
Tue Apr 3 07:50:10 PDT 2012


Revision: 91493
          https://trac.macports.org/changeset/91493
Author:   eborisch at macports.org
Date:     2012-04-03 07:50:09 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
py-spyder: Upgrade to 2.1.9; add pyNN-pep8 as dep.

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

Modified: trunk/dports/python/py-spyder/Portfile
===================================================================
--- trunk/dports/python/py-spyder/Portfile	2012-04-03 13:35:13 UTC (rev 91492)
+++ trunk/dports/python/py-spyder/Portfile	2012-04-03 14:50:09 UTC (rev 91493)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 name                py-spyder
-version             2.1.8
+version             2.1.9
 epoch               20111202
 
 PortGroup           python 1.0
@@ -38,9 +38,9 @@
 #pyNN-scipy doesn't build universal
 universal_variant   no 
 
-checksums           md5     a7d37271506a1d980caa5528fa4b54d8 \
-                    sha1    5f07d19a4b0fc4f9255e4522b1a89dabe0d869b8 \
-                    rmd160  4926a426cc11c028aba0d90d59c683b21260cae8
+checksums           md5     051a4540ccca49976beec93c2d1f3d32 \
+                    sha1    7624a37d8e9266243113dc42e58455d8535fddb0 \
+                    rmd160  d9850ecb6b63d17dd50856006f3c29c5582f36e7
 
 if {${subport} != ${name}} {
     conflicts           port:py${python.version}-spyder-beta
@@ -74,18 +74,20 @@
             ${worksrcpath}/doc/conf.py
     }
 
-    depends_lib-append  port:py${python.version}-pyqt4 \
-                        port:py${python.version}-lint \
-                        port:py${python.version}-scipy \
-                        port:py${python.version}-matplotlib \
-                        port:py${python.version}-sphinx \
-                        port:py${python.version}-pyflakes \
-                        port:py${python.version}-ipython \
-                        port:py${python.version}-rope \
-                        port:py${python.version}-pil \
-                        port:py${python.version}-htmldocs \
-                        port:py${python.version}-h5py
-
+    depends_lib-append  \
+        port:py${python.version}-h5py \
+        port:py${python.version}-htmldocs \
+        port:py${python.version}-ipython \
+        port:py${python.version}-lint \
+        port:py${python.version}-matplotlib \
+        port:py${python.version}-pep8 \
+        port:py${python.version}-pil \
+        port:py${python.version}-pyflakes \
+        port:py${python.version}-pyqt4 \
+        port:py${python.version}-rope \
+        port:py${python.version}-scipy \
+        port:py${python.version}-sphinx
+    
     post-destroot {
         if {${python.version} == ${python.default_version}} {
           ln -s ${python.prefix}/bin/spyder ${destroot}${prefix}/bin/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/884c10be/attachment.html>


More information about the macports-changes mailing list