[105036] trunk/dports/python/py-scipy/Portfile

stromnov at macports.org stromnov at macports.org
Mon Apr 8 06:58:42 PDT 2013


Revision: 105036
          https://trac.macports.org/changeset/105036
Author:   stromnov at macports.org
Date:     2013-04-08 06:58:42 -0700 (Mon, 08 Apr 2013)
Log Message:
-----------
py-scipy: update to version 0.12.0

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

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2013-04-08 13:57:37 UTC (rev 105035)
+++ trunk/dports/python/py-scipy/Portfile	2013-04-08 13:58:42 UTC (rev 105036)
@@ -5,7 +5,8 @@
 PortGroup               python 1.0
 
 name                    py-scipy
-version                 0.11.0
+version                 0.12.0
+revision                0
 platforms               darwin
 license                 BSD
 maintainers             sean openmaintainer
@@ -16,12 +17,33 @@
 master_sites            sourceforge:project/scipy/scipy/${version}/
 distname                scipy-${version}
 
-checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
-                        sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
+checksums               rmd160  35ac2d3a4e6d69e2dba5542eb2cedcf7333b58d0 \
+                        sha256  754f15a1b43d4a9de02247163664675239473d8c5e07bfd93c7da35a99ba9f89
 
-python.versions         24 25 26 27 31 32
+python.versions         24 25 26 27 31 32 33
 
-if {${subport} != ${name}} {
+python.add_archflags    no
+universal_variant       no
+
+subport py24-scipy {
+    # scipy dropped support for Python 2.4 at version 0.12.0
+    version                 0.11.0
+    revision                0
+    distname                scipy-${version}
+    checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
+                            sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
+}
+
+subport py25-scipy {
+    # scipy dropped support for Python 2.5 at version 0.12.0
+    version                 0.11.0
+    revision                0
+    distname                scipy-${version}
+    checksums               rmd160 68c0d13088d898e96c3a7ea4e77f8fc9b49e6c78 \
+                            sha256 b2b74d56a2d58a4f032f91e8b91b1c2272d5eb0b5010082dd1e492e452f862ee
+}
+
+if {$subport != $name} {
     depends_lib-append      port:py${python.version}-numpy \
                             port:py${python.version}-nose \
                             port:SuiteSparse \
@@ -128,17 +150,12 @@
     if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
         default_variants    +gcc47
     }
-}
 
-python.add_archflags    no
-universal_variant       no
-
-if {${name} == ${subport}} {
+    livecheck.type          none
+} else {
     livecheck.type          regex
     livecheck.url           http://sourceforge.net/api/file/index/project-name/scipy/rss
     livecheck.regex         "scipy\/(\\d+(?:\\.\\d+)*)\]"
-} else {
-    livecheck.type          none
 }
 
 subport py32-scipy {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130408/50b1b5ea/attachment.html>


More information about the macports-changes mailing list