[82209] trunk/dports/python

eborisch at macports.org eborisch at macports.org
Wed Aug 10 07:31:55 PDT 2011


Revision: 82209
          http://trac.macports.org/changeset/82209
Author:   eborisch at macports.org
Date:     2011-08-10 07:31:53 -0700 (Wed, 10 Aug 2011)
Log Message:
-----------
py27-spyder: New port (copied from py26-spyder; updated to 2.0.12; marked nomaintaner; added license)

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

Added Paths:
-----------
    trunk/dports/python/py27-spyder/

Modified: trunk/dports/python/py27-spyder/Portfile
===================================================================
--- trunk/dports/python/py26-spyder/Portfile	2011-08-10 14:20:26 UTC (rev 82208)
+++ trunk/dports/python/py27-spyder/Portfile	2011-08-10 14:31:53 UTC (rev 82209)
@@ -2,14 +2,15 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 PortGroup           qt4 1.0
 
-name                py26-spyder
-version             2.0.8
+name                py27-spyder
+version             2.0.12
 categories          python devel
 platforms           darwin
-maintainers         jameskyle openmaintainer
+maintainers         nomaintainer
+license             MIT
 homepage            http://packages.python.org/spyder/
 description         development environment with advanced editing, \
                     interactive testing, debugging and introspection features.
@@ -23,15 +24,16 @@
 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-sphinx
+depends_lib-append  port:py27-pyqt4 \
+                    port:py27-lint \
+                    port:py27-numpy \
+                    port:py27-scipy \
+                    port:py27-matplotlib \
+                    port:py27-sphinx
 
-checksums           md5     bf379479e51b7163883533bb0f027948 \
-                    sha1    8ecc937575620d1559c3f4f90ca01340a8ef69f5
+checksums           md5     035852cfc6109541d72003111cf31bb3 \
+                    sha1    a592caf81f4c1f72d637a5269f5c60f8f43e57ee
+
 post-destroot {
   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/20110810/b0d9405b/attachment.html>


More information about the macports-changes mailing list